fix links to all tags, add package lock
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,2 @@
|
||||
_site/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
node_modules/
|
||||
@@ -27,7 +27,7 @@ layout: layouts/base.njk
|
||||
<div>
|
||||
<span>Tagged In:</span><br />
|
||||
{%- 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 %}
|
||||
</div>
|
||||
{%- 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