fix links to all tags, add package lock
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,2 @@
|
|||||||
_site/
|
_site/
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
|
||||||
@@ -27,7 +27,7 @@ layout: layouts/base.njk
|
|||||||
<div>
|
<div>
|
||||||
<span>Tagged In:</span><br />
|
<span>Tagged In:</span><br />
|
||||||
{%- for tag in tags | filterTagList %}
|
{%- for tag in tags | filterTagList %}
|
||||||
<a href="/tag/{{ tag | slugify }}" class="btn block">{{ tag }}</a>
|
<a href="/tags/{{ tag | slugify }}" class="btn block">{{ tag }}</a>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</div>
|
</div>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
3258
package-lock.json
generated
Normal file
3258
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user