diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-01-06 22:45:47 -0700 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-01-07 17:18:42 -0700 |
commit | a264d457e9f6192754ee6618909a6cef3b193667 (patch) | |
tree | 33123366cde712d315d74d9d621ad03ba4aec1e2 /_layouts/page.html | |
parent | 8b2edc00be119cf8e767080d5535041ec17123cf (diff) |
remove donation links, wrote up follow page, haven't linked it in yet
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 01e4b2a..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- -<article class="post"> - - <header class="post-header"> - <h1 class="post-title">{{ page.title | escape }}</h1> - </header> - - <div class="post-content"> - {{ content }} - </div> - -</article> |