Skip to content

Commit

Permalink
feat: add hugo.Version
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Oct 14, 2020
1 parent dbaa782 commit 1433de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ if .Site.Params.footer.copyright.link }}</a>{{ end }}
</div>
<div class="content has-text-centered container">
Powered by <a href="https://gohugo.io/" rel="noopener noreferrer" target=_blank><i>Hugo</i></a> and <a href="https://github.com/peaceiris/hugo-theme-iris" rel="noopener noreferrer" target=_blank><i>Iris Theme</i></a>
Powered by <a href="https://gohugo.io/" rel="noopener noreferrer" target=_blank><i>Hugo</i></a> {{ hugo.Version }} and <a href="https://github.com/peaceiris/hugo-theme-iris" rel="noopener noreferrer" target=_blank><i>Iris Theme</i></a>
<!-- Latest build: -->
{{/* {{ now.Format "2006-01-02 15:04:05" }} ({{ .GitInfo.AbbreviatedHash }}) */}}
</div>
Expand Down

0 comments on commit 1433de9

Please sign in to comment.