Update to Hugo 0.53 and remove all .Site references (#12079)
* Remove all .Site variable references * Update Hugo version in Travis CI config and Makefile
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2ccb5d61c6
commit
c6dd35ba51
@@ -1,3 +1,3 @@
|
||||
<h4 class="date-header">{{ .Date.Format .Site.Params.time_format_blog }}</h4>
|
||||
<h4 class="date-header">{{ .Date.Format site.Params.time_format_blog }}</h4>
|
||||
<h3 class="post-title entry-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
|
||||
{{ .Content }}
|
||||
|
||||
Reference in New Issue
Block a user