c6dd35ba51
* Remove all .Site variable references * Update Hugo version in Travis CI config and Makefile
4 lines
176 B
HTML
4 lines
176 B
HTML
<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 }}
|