bit-101 Part 3 + config.toml (hugo.toml)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
<p>{{ .PublishDate }}</p>
|
||||
{{ if .Params.Tags }}
|
||||
Tags: {{ partial "tags.html" . -}}
|
||||
{{ end }}
|
||||
<div>{{ .Content }}</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user