d3 update
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
</main>
|
||||
{%- include footer.html -%}
|
||||
{% include link-previews.html %}
|
||||
<script src="{{ "/assets/js/d3.v6.min.js" | relative_url }}"></script>
|
||||
<script src="{{ "/assets/js/d3.min.js" | relative_url }}"></script>
|
||||
<script src="{{ "/assets/js/scripts.js" | relative_url }}?{{ site.time | date: '%s%N' }}"></script>
|
||||
</body>
|
||||
</html>
|
@ -32,13 +32,13 @@ layout: default
|
||||
</div>
|
||||
|
||||
<aside class="bt b--background bw1 nl3 nr3 ph3 mt5">
|
||||
<h3 class="normal f1 mt5 work-sans-light mb4">Notes mentioning this note</h3>
|
||||
<h2 class="normal f1 mv4 work-sans-light">Notes mentioning this note</h2>
|
||||
{% if page.backlinks.size > 0 %}
|
||||
<div class="flex flex-wrap">
|
||||
{% for backlink in page.backlinks %}
|
||||
<div class="w-50 flex">
|
||||
<div class="shadow-solid-accent mb2 mr2 br4 pa3 flex flex-column">
|
||||
<h4 class="mt0 mb2"><a class="internal-link" href="{{ backlink.url | relative_url }}{%- if site.use_html_extension -%}.html{%- endif -%}">{{ backlink.title }}</a></h4>
|
||||
<h3 class="mt0 f5 mb2"><a class="internal-link" href="{{ backlink.url | relative_url }}{%- if site.use_html_extension -%}.html{%- endif -%}">{{ backlink.title }}</a></h3>
|
||||
<div class="f7 lh-copy mb3 flex-auto">{{ backlink.excerpt | strip_html | truncatewords: 20 | remove: '[[' | remove: ']]' }}</div>
|
||||
<div class="f7 light-silver">{{ backlink.url }}</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user