Erstes Commit
This commit is contained in:
6
hugo/layouts/_default/single.html
Normal file
6
hugo/layouts/_default/single.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<h1 class="text-3xl font-bold mb-4">{{ .Title }}</h1>
|
||||
<div class="textcontent">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user