Skip to content

Commit 5a5a363

Browse files
committed
need to add .html to link for s3
1 parent 52757ea commit 5a5a363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>{{ page.title }}</h2>
1010

1111
{%- if page.tags -%}
1212
{% for tag in page.tags %}
13-
<a href="{{site.baseurl}}/tag/{{tag | slugize}}">
13+
<a href="{{site.baseurl}}/tag/{{tag | slugize}}.html">
1414
#{{ tag }}
1515
</a>
1616
{% endfor %}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2>{{ first_post.title }}</h2>
1111

1212
{%- if first_post.tags -%}
1313
{% for tag in first_post.tags %}
14-
<a href="{{site.baseurl}}/tag/{{tag | slugize}}">
14+
<a href="{{site.baseurl}}/tag/{{tag | slugize}}.html">
1515
#{{ tag }}
1616
</a>
1717
{% endfor %}

0 commit comments

Comments
 (0)