mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-15 01:19:44 +00:00
997c707d5b
+ Add functionality to limit projects shown on main page + Improve projects display columns + List pages show content from _index.md files + Add GetPage logic to index.html and nav menus
9 lines
728 B
HTML
9 lines
728 B
HTML
<div class="section" id="footer"><!-- Begin Footer section -->
|
|
<div class="container has-text-centered"><!-- Begin Footer container -->
|
|
{{ if .Site.Params.footerText }}
|
|
{{ .Site.Params.footerText | markdownify }}
|
|
{{ else }}
|
|
<span class="footer-text"><a href="https://github.com/vickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <a href="https://vickylai.com" target="_blank" rel="noopener"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.</span>
|
|
{{ end }}
|
|
</div><!-- End Footer container -->
|
|
</div><!-- End Footer section -->
|