Pages includes footer
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
It means the resource you're trying to access is unavailable right now.<br>
|
It means the resource you're trying to access is unavailable right now.<br>
|
||||||
We're terribly sorry that you encountered this error.<br><br>
|
We're terribly sorry that you encountered this error.<br><br>
|
||||||
<a href="/">Back to home</a>
|
<a href="/">Back to home</a>
|
||||||
|
<%- include('footer'); %>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<hr>
|
||||||
|
<footer>
|
||||||
|
<small>@<%= new Date().getFullYear() %> - Made with <a href="https://github.com/klemek/gitblog.md">GitBlog.md</a>
|
||||||
|
</small>
|
||||||
|
</footer>
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
<% }); %>
|
<% }); %>
|
||||||
|
<%- include('footer'); %>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -14,8 +14,9 @@
|
|||||||
<span class="time"><span>Published on</span> <%= article.year + '-' + article.month + '-' + article.day %></span>
|
<span class="time"><span>Published on</span> <%= article.year + '-' + article.month + '-' + article.day %></span>
|
||||||
</div>
|
</div>
|
||||||
<div id="text"><%- article.content %></div>
|
<div id="text"><%- article.content %></div>
|
||||||
<hr>
|
<br>
|
||||||
<a href="#top">Go to top</a> - <a href="/">Back to home</a>
|
<a href="#top">Go to top</a> - <a href="/">Back to home</a>
|
||||||
|
<%- include('footer'); %>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user