Skip to content

Commit 5a242b9

Browse files
committed
Update footer-info layout in posthtml function
Fix the layout of the footer-info section in the posthtml function to ensure proper spacing and alignment.
1 parent 5e471e6 commit 5a242b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const posthtml = (data) => `
180180
<div class="footer-info">
181181
${${new Date().getFullYear()} ${
182182
config.authorName
183-
} | <a href="/">Home</a> | <a href="https://github.com/joone/fosscomics">fosscomics v${config.version}</a> | Published on ${config.date_time}`}
183+
} | <a href="https://github.com/joone/fosscomics">fosscomics v${config.version}</a> | Published on ${config.date_time}`}
184184
</div>
185185
</footer>
186186
</div>

0 commit comments

Comments
 (0)