Merge pull request #35 from fjaderboll/master

Extracted menu footer content to separate partial file
This commit is contained in:
Mathieu Cornic 2017-03-03 20:53:08 +01:00 committed by GitHub
commit fcca8a21f1
2 changed files with 2 additions and 1 deletions

View 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>

View file

@ -72,7 +72,7 @@
<a class="padding" href="#" data-clear-history-toggle=""><i class="fa fa-fw fa-history"></i> Clear History</a> <a class="padding" href="#" data-clear-history-toggle=""><i class="fa fa-fw fa-history"></i> Clear History</a>
{{ end }} {{ end }}
<section id="footer"> <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> </section>
</div> </div>
</nav> </nav>