We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e471e6 commit 5a242b9Copy full SHA for 5a242b9
src/posts.js
@@ -180,7 +180,7 @@ const posthtml = (data) => `
180
<div class="footer-info">
181
${`© ${new Date().getFullYear()} ${
182
config.authorName
183
- } | <a href="/">Home</a> | <a href="https://github.com/joone/fosscomics">fosscomics v${config.version}</a> | Published on ${config.date_time}`}
+ } | <a href="https://github.com/joone/fosscomics">fosscomics v${config.version}</a> | Published on ${config.date_time}`}
184
</div>
185
</footer>
186
0 commit comments