Skip to content

Commit

Permalink
fix: add id to section (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynezhang authored Jan 10, 2025
1 parent 4f9e212 commit 9959ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/static/templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</header>
<div id="gallery" class="gallery">
{{- range $section := .Sections }}
<div class="section">
<div class="section" id="{{ .Slug }}">
<div class="section-header-wrapper">
<div class="section-title">
{{ .Title }}
Expand Down

0 comments on commit 9959ca8

Please sign in to comment.