aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/news.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-01 15:23:41 -0600
committerMatt Rude <[email protected]>2018-02-01 15:23:41 -0600
commit2277bbda4e361750395251df8372aba9e69931fb (patch)
tree69cf8c45fe38924f95869e1878668afe088f7571 /_layouts/news.html
downloadxmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.tar.gz
xmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.tar.bz2
xmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.zip
Starting Out
Diffstat (limited to '_layouts/news.html')
-rw-r--r--_layouts/news.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/news.html b/_layouts/news.html
new file mode 100644
index 0000000..80ab471
--- /dev/null
+++ b/_layouts/news.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+{% include header.html %}
+<div id="header">
+ <h1>{{ site.title }}</h1>
+ <h4><small>node: </small>{{ site.name }}</h4>
+</div>
+{% include menu.html %}
+<h2>{{ page.title }}</h2>
+{{ content }}
+{% include footer.html %}