Skip to content

Commit

Permalink
style(post-nav): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 9, 2024
1 parent 09161b4 commit da80ec5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
{{- $justify = "justify-content-end" }}
{{- end }}
{{- if or .PrevInSection .NextInSection }}
<ul class="hb-blog-post-nav nav {{ $justify }} hb-module">
<div class="hb-module">
<ul class="hb-blog-post-nav nav {{ $justify }}">
{{ with .PrevInSection }}
<li class="nav-item my-1">
<a class="nav-link p-0 d-flex align-items-center text-break" href="{{ .RelPermalink }}">
Expand Down Expand Up @@ -34,4 +35,5 @@
</li>
{{ end }}
</ul>
</div>
{{- end }}

0 comments on commit da80ec5

Please sign in to comment.