Add p-name to note

This commit is contained in:
Pranav Karawale 2022-10-15 17:02:38 +05:30
parent 56df188484
commit 13efee32f8
Signed by: pranav
GPG Key ID: 1A551FFE981F09AB
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 }}