Add p-name to note
parent
56df188484
commit
13efee32f8
@ -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…
Reference in New Issue