From fccc5b95fd47fb01a7d075d45f0c3943cb5514aa Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 7 Jan 2021 18:09:21 -0700 Subject: Add follow button and spruce up the follow page --- _layouts/page.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _layouts/page.html (limited to '_layouts') 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 +--- + +
+

+ {{ page.title | escape }} +

+
+ +
+ {{ content }} +
-- cgit v1.2.3