feat: simple buttons to show links for media
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<div class="blogpost">
|
||||
{{ partial "blog/headerimage" . }}
|
||||
{{- partial "blog/headerimage" . }}
|
||||
{{- partial "blog/links" . }}
|
||||
{{ .Content }}
|
||||
<!-- only show related posts if param is true, or if it's not a page -->
|
||||
{{ if or (eq .Params.related true) (ne .Params.page true) }}
|
||||
|
||||
Reference in New Issue
Block a user