mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-21 17:47:05 +00:00
fix: [blog] get rid of the summary for a single post reported by @miles-davos
This commit is contained in:
parent
fa745b2630
commit
5950b998f6
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
||||||
{{ partial "shared/post-meta" . }}
|
{{ partial "shared/post-meta" . }}
|
||||||
{{ partial "shared/post-categories" . }}
|
{{ partial "shared/post-categories" . }}
|
||||||
</div>
|
</div>
|
||||||
<div class="lead text-center py-2">
|
|
||||||
{{ .Summary }}
|
|
||||||
</div>
|
|
||||||
<div class="markdown-content py-2">
|
<div class="markdown-content py-2">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue