diff options
Diffstat (limited to '_layouts/static.html')
| -rw-r--r-- | _layouts/static.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/_layouts/static.html b/_layouts/static.html deleted file mode 100644 index 0ecad98..0000000 --- a/_layouts/static.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- - -<header> - <h1><a href="{{page.url}}">{{page.title}}</a></h1> -</header> - -<section> - <div id="entry">{{ content }}</div> - {% include footer.html %} -</section> |
