Skip to content

Commit

Permalink
Update single.html
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Apr 23, 2024
1 parent b7b1a77 commit 426f73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/posts/single.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" }}
<div class="posts-container mx-auto my-5">
<div class="post">
<article class="post">
<h1 class="post-title fw-semibold">{{ .Page.Title }}</h1>
{{ partial "author-info" (dict "context" .) -}}

Expand All @@ -13,7 +13,7 @@ <h1 class="post-title fw-semibold">{{ .Page.Title }}</h1>
{{- end -}}

{{ .Content }}
</div>
</article>

<div class="related">
<h2 class="h3 mb-3">Related posts</h2>
Expand Down

0 comments on commit 426f73f

Please sign in to comment.