Initial Hugo site with Gitea Actions deploy workflow
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 1m5s
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 1m5s
This commit is contained in:
9
layouts/_default/single.html
Normal file
9
layouts/_default/single.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }}
|
||||
{{ define "main" }}
|
||||
<article>
|
||||
<h2>{{ .Title }}</h2>
|
||||
<time>{{ .Date.Format "2 January 2006" }}</time>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
<a href="/">← Retour</a>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user