Skip to content

Commit

Permalink
fix(mwe): ok fixed footer on construction page, now mwe really done f…
Browse files Browse the repository at this point in the history
…or real
  • Loading branch information
chiragbharadwaj committed Dec 23, 2024
1 parent 18a5e94 commit 6a1307d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: 404
hide_footer: true
---

![construction][]
Expand Down
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@
</script>
{% endif %}

{% unless page.hide_footer %}
<!-- Generate a simple, informational footer per page (if needed). -->
<div class="container">
<!-- Generate a simple, informational footer per page. -->
<hr/>
<footer>
This page was generated using Jekyll, Markdown, and KaTeX.
</footer>
</div>
{% endunless %}
</body>
</html>

0 comments on commit 6a1307d

Please sign in to comment.