Skip to content

Commit

Permalink
not sure where this problem is
Browse files Browse the repository at this point in the history
  • Loading branch information
martdegraaf committed Oct 30, 2024
1 parent 25f1fd9 commit a866b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blog/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>
{{- end }}
{{- if not (.Param "hideMeta") }}
<footer class="entry-footer">
{{ partial "post_meta.html" . }}
{{- partial "post_meta.html" . -}}
</footer>
{{- end }}
<a class="entry-link" aria-label="post link to {{ .Title | plainify }}" href="{{ .Permalink }}"></a>
Expand Down
2 changes: 1 addition & 1 deletion src/blog/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="post-title">
{{- end }}
{{- if not (.Param "hideMeta") }}
<div class="post-meta">
{{ partial "post_meta.html" . -}}
{{- partial "post_meta.html" . -}}
{{- partial "translation_list.html" . -}}
{{- partial "edit_post.html" . -}}
{{- partial "post_canonical.html" . -}}
Expand Down

0 comments on commit a866b5f

Please sign in to comment.