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

footer.html « core « partials « layouts - github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1de71e3ac74d5c15c84ba859279d9e199a56a956 (plain)
1
2
3
4
5
6
<footer class="mt-auto d-flex justify-content-center text-muted small secondary_font">
    <span class="text-muted">Copyright (c) {{ now.Format "2006"}}, {{ .Site.Params.name }},
        <a class="text-muted" href="https://github.com/hadisinaee/avicenna" target="_blank"> created by Avicenna
            (MIT)</a>
    </span>
</footer>