Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header-menu.html « partials « layouts - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7694876d555649271612a0a0071c02480c5e384 (plain)
1
2
3
4
<ul>
    <li><a href="{{ .Site.BaseURL }}about">{{ i18n "about" }}</a></li>
    <li><a href="{{ .Site.BaseURL }}">{{ i18n "posts" }}</a></li>
</ul>