863954c90e
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.
20 lines
284 B
HTML
20 lines
284 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% include site-header.html %}
|
|
|
|
<main class="main container">
|
|
|
|
<article class="article article--post content typeset">
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
{% include post-meta.html %}
|
|
{{ content }}
|
|
|
|
</article>
|
|
|
|
</main>
|
|
|
|
{% include site-footer.html %}
|