Add series to the article header
This commit is contained in:
parent
7b684a18a9
commit
e431d65659
|
@ -57,6 +57,9 @@
|
|||
[searchRequiresJS]
|
||||
other = "Search (requires JavaScript)"
|
||||
|
||||
[series]
|
||||
other = "Series"
|
||||
|
||||
[postsFromTo]
|
||||
other = "First post in {{ .from }}, last post in {{ .to }}"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user