fix links to all tags, add package lock

This commit is contained in:
Tommy Parnell
2023-12-02 14:10:45 -05:00
parent 68dbc23793
commit 27c7096e73
3 changed files with 3260 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,2 @@
_site/
node_modules/
package-lock.json
node_modules/

View File

@@ -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

File diff suppressed because it is too large Load Diff