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

header-info.html « home « components « partials « layouts - github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f20eda31fd85d8c0b74194c3cc02745b796b0f1d (plain)
1
2
3
4
5
6
7
<div id="header_info" class="index-top">
    <nav class="header-nav reveal">
        <img src="{{ $.Site.Author.avatar | relURL }}" class="header-avatar-top">
            <a href="/" title="TonyHe" class="header-logo" style="text-decoration: none;">{{ $.Site.Author.name }}</a>
            <p class="lead" style="margin-top: 0px; margin-left: 5px;">{{ $.Site.Author.motto }}</p>
    </nav>
</div>