funky/_layouts/page.html
Michael Lynch 863954c90e Disabling execute permission on all files
Many files in the repo have the UNIX executable permission bit set, which indicates to the OS that these are executable binaries. None of these files are executable, so they should not have the executable permission bit set.
2019-03-03 16:07:41 -05:00

20 lines
254 B
HTML

---
layout: default
---
{% include site-header.html %}
<main class="main container">
<article class="article article--page content typeset">
<h1>{{ page.title }}</h1>
{{ content }}
</article>
</main>
{% include site-footer.html %}