Add p-name to note

main
Pranav Karawale 6 months ago
parent 56df188484
commit 13efee32f8
Signed by: pranav
GPG Key ID: 1A551FFE981F09AB

@ -1,5 +1,5 @@
<div>
{{ partial "post-start" . }}
<section class="e-content">{{ .Content }}</section>
<section class="e-content p-name">{{ .Content }}</section>
{{ partial "post-end" . }}
</div>

@ -1,5 +1,5 @@
{{- define "main" }}
{{ partial "post-start" . }}
<section class="e-content">{{ .Content }}</section>
<section class="e-content p-name">{{ .Content }}</section>
{{ partial "post-end" . }}
{{- end }}

Loading…
Cancel
Save