diff options
author | Nicolas Kuttler <git@kuttler.eu> | 2015-02-13 00:17:53 +0100 |
---|---|---|
committer | Nicolas Kuttler <git@kuttler.eu> | 2015-02-13 00:17:53 +0100 |
commit | 6a610e5595c5a1c9433994dca144657cba489f8e (patch) | |
tree | 777f9a3cd03581b831f69c0749fa000009e301f1 /_layouts | |
parent | e5fd3b330b54926123abaa4bee998d8b5d8ef089 (diff) | |
download | irssi.github.io-6a610e5595c5a1c9433994dca144657cba489f8e.zip |
Add page layout and several pages
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/page.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..ac875a1 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,6 @@ +--- +layout: default +--- + +<h1>{{ page.title }}</h1> +{{ page.content | markdownify }} |