First commit of the theme
This commit is contained in:
commit
360f7ecd96
24 changed files with 525 additions and 0 deletions
14
layouts/_default/single.html
Normal file
14
layouts/_default/single.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{ define "main" }}
|
||||
<article class="post">
|
||||
<header class="post_header">
|
||||
<h1 class="post_title">{{ .Title }}</h1>
|
||||
{{ if .Description }}
|
||||
<p class="post_subtitle">{{ .Description }}</p>
|
||||
{{ end }}
|
||||
</header>
|
||||
|
||||
<main class="post_body">
|
||||
{{ .Content }}
|
||||
</main>
|
||||
</article>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue