diff options
Diffstat (limited to 'static/src/_layouts/page.html')
-rw-r--r-- | static/src/_layouts/page.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/static/src/_layouts/page.html b/static/src/_layouts/page.html deleted file mode 100644 index 469413a..0000000 --- a/static/src/_layouts/page.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default ---- - -<header id="post-header"> - <h1 id="post-headline" itemprop="name headline"> - {{ page.title | escape }} - </h1> -</header> - -<div id="post-content"> - {{ content }} -</div> |