ADD hugo with pipline
This commit is contained in:
parent
45a317f7dd
commit
124e58c339
99 changed files with 4452 additions and 1 deletions
13
themes/gokarna/layouts/partials/footer.html
Normal file
13
themes/gokarna/layouts/partials/footer.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<footer class="footer">
|
||||
<!-- Option for user to inject custom html -->
|
||||
{{ if .Site.Params.CustomFooterHTML }}
|
||||
{{ .Site.Params.CustomFooterHTML | safeHTML }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.footer }}
|
||||
<span>© {{ now.Year }} {{ .Site.Params.Footer}}</span>
|
||||
{{ end }}
|
||||
<span>
|
||||
Made with ❤️ using <a target="_blank" href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
|
||||
</span>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue