diff options
| author | Alee <alee14498@gmail.com> | 2018-11-03 15:19:58 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-03 15:19:58 -0400 |
| commit | ca0c69911b5645c306c30f2a8b00dd378315b791 (patch) | |
| tree | bceeed1a11b3aa48cf5acdc360301773938ffbfe /_layouts | |
| parent | 1d226dcf070d88d1465af35a090fccc03f57a8f8 (diff) | |
| download | silicon-linux-ca0c69911b5645c306c30f2a8b00dd378315b791.tar.gz silicon-linux-ca0c69911b5645c306c30f2a8b00dd378315b791.tar.bz2 silicon-linux-ca0c69911b5645c306c30f2a8b00dd378315b791.zip | |
Our new blog system (kind of broken for now) and some additional features
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..a9edd82 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,19 @@ +--- +--- + +<HTML> + <HEAD> + {% include heading.html %} + <TITLE>{{ page.title }} | Silicon Linux Blog</TITLE> + </HEAD> +<BODY> + {% include navigator.html %} + + <h1>{{ page.title }}</h1> + <p><b>{{ page.date | date_to_string }} | {{ page.author }}</b></p> + + {{ content }} + + {% include footer.html %} +</BODY> +</HTML> |
