aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/news.html
diff options
context:
space:
mode:
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 %}