diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 9156a8c..9a6874f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,6 +69,11 @@ <li> <a href="https://sr.ht/~yaroslav/" title="sourcehut"><span class="icon"><img alt="srht-icon" src="/svg/icons/srht.svg"/></span> sourcehut</a> </li> + <li> + <a href="/files/resume{% if lang != "en" %}_{{ lang }}{% endif %}.pdf"> + {{ trans(key="resume", lang=lang) }} + </a> + </li> </ul> <!-- <p> --> <!-- The text content in this site is --> @@ -77,7 +82,7 @@ <!-- <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. --> <!-- </p> --> <p> - © 2018—2022 Yaroslav de la Peña Smirnov. + © 2018—2023 Yaroslav de la Peña Smirnov. </p> <!-- <br> --> <!-- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a> --> |