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

share-menu.html « partials « layouts - github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ecfb086577305ce8a2a9406863e7632df02359e (plain)
1
2
3
4
5
6
7
8
9
10
<section id="share-menu">
    <section id="social-share-nav">
        <ul class="links">
            <header>
                <h3>Share this post <i class="fa fa-smile-o"></i></h3>
            </header>
            {{ partial "share-links" . }}
        </ul>
    </section>
</section>