diff options
author | EuAndreh <eu@euandre.org> | 2020-08-19 11:38:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-19 11:42:32 -0300 |
commit | dabb900032eb7bda95a1655bb21e1743484d96c9 (patch) | |
tree | cca9a2d4b28a2ea4d2600f22e3896e7519b96bf4 /_layouts/index.html | |
parent | Update Jekyll to 4.0 (diff) | |
download | euandre.org-dabb900032eb7bda95a1655bb21e1743484d96c9.tar.gz euandre.org-dabb900032eb7bda95a1655bb21e1743484d96c9.tar.xz |
Use {% link %} tag to assert valid links
Diffstat (limited to '_layouts/index.html')
-rw-r--r-- | _layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index 1337252..3b0f281 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -3,7 +3,7 @@ layout: default --- <h2> {{ site.t.recent_posts[page.lang] }} - <a href="{{ site.t.feed.url.blog[page.lang] }}"> + <a href="{% link {{ site.t.feed.url.blog[page.lang] }} %}"> <img class="simple-icon" src="/images/atom.svg" alt="{{ site.t.alt.atom[page.lang] }}" /> </a> </h2> |