mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
Extracted menu footer content to separate partial file, for easy override
This commit is contained in:
parent
a1a967ca89
commit
61c41bf3b9
2 changed files with 2 additions and 1 deletions
1
layouts/partials/menu-footer.html
Normal file
1
layouts/partials/menu-footer.html
Normal file
|
@ -0,0 +1 @@
|
|||
<p>Built with <a href="https://github.com/matcornic/hugo-theme-learn"><i class="fa fa-heart"></i></a> from <a href="http://getgrav.org">Grav</a> and <a href="http://gohugo.io/">Hugo</a></p>
|
|
@ -72,7 +72,7 @@
|
|||
<a class="padding" href="#" data-clear-history-toggle=""><i class="fa fa-fw fa-history"></i> Clear History</a>
|
||||
{{ end }}
|
||||
<section id="footer">
|
||||
<p>Built with <a href="https://github.com/matcornic/hugo-theme-learn"><i class="fa fa-heart"></i></a> from <a href="http://getgrav.org">Grav</a> and <a href="http://gohugo.io/">Hugo</a></p>
|
||||
{{ partial "menu-footer.html" . }}
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue