From 214453ca46791fcfa8f80934b8965b613d7fb2b6 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 3 Feb 2016 16:34:14 -0500 Subject: integrated blog feed Former-commit-id: 515f38980145bfe216f63287e7c30f6b3c097766 --- www/templates/devoptions.html | 10 ++++++++-- www/templates/news.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 www/templates/news.html (limited to 'www/templates') diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 527a4f4f..27c5fe23 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -106,11 +106,17 @@ - + + diff --git a/www/templates/news.html b/www/templates/news.html new file mode 100644 index 00000000..798580d0 --- /dev/null +++ b/www/templates/news.html @@ -0,0 +1,33 @@ + + + + + + + + + + + +
+ + + + + {{post.title}} + {{post.date}} + + + + + +
+ Loading... +
+ + +
+ +
+ +
-- cgit v1.2.3