Add series to the article header

This commit is contained in:
Danila Fedorin 2023-01-31 18:54:42 -08:00
parent 7b684a18a9
commit e431d65659
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,9 @@
[searchRequiresJS]
other = "Search (requires JavaScript)"
[series]
other = "Series"
[postsFromTo]
other = "First post in {{ .from }}, last post in {{ .to }}"

View File

@ -8,6 +8,7 @@
<a href="https://github.com/DanilaFe">GitHub</a>
<a href="{{ .Site.BaseURL }}/Resume-Danila-Fedorin.pdf">{{ i18n "resume" }}</a>
<a href="{{ .Site.BaseURL }}/tags">{{ i18n "tags" }}</a>
<a href="{{ .Site.BaseURL }}/series">{{ i18n "series" }}</a>
<a href="{{ .Site.BaseURL }}/favorites">{{ i18n "favorites" }}</a>
<a href="{{ .Site.BaseURL }}/search">{{ i18n "search" }}</a>
<a href="{{ relref . "blog" }}">{{ i18n "allPosts" }}</a>