diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-01-07 18:09:21 -0700 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-01-08 16:44:22 -0700 |
commit | fccc5b95fd47fb01a7d075d45f0c3943cb5514aa (patch) | |
tree | 3750371bc358c679d9b0edc3e442d082402e3af3 /_layouts/page.html | |
parent | a264d457e9f6192754ee6618909a6cef3b193667 (diff) |
Add follow button and spruce up the follow page
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..469413a --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,13 @@ +--- +layout: default +--- + +<header id="post-header"> + <h1 id="post-headline" itemprop="name headline"> + {{ page.title | escape }} + </h1> +</header> + +<div id="post-content"> + {{ content }} +</div> |