mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-12-02 13:07:00 +01:00
12 lines
No EOL
355 B
HTML
12 lines
No EOL
355 B
HTML
{{- define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end -}}
|
|
|
|
{{- define "content" -}}
|
|
<div class="page single">
|
|
<h1 class="post-title animated pulse faster">
|
|
{{- .Title -}}
|
|
</h1>
|
|
<div class="post-content">
|
|
{{- partial "hook/content.html" .Content | safeHTML -}}
|
|
</div>
|
|
</div>
|
|
{{- end -}} |