summaryrefslogtreecommitdiffstats
path: root/templates/html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-18 15:45:21 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-18 15:45:21 -0400
commitaec4073669917ce1cfc80e4a4b42e2eb1a6ce53b (patch)
tree558eacb3ae287ed55417fcaad81606737b81f03a /templates/html
parent1d74a74ad8dfee22ecffd91d2410258eb77613cd (diff)
templates: Add article.html.
* scss/style.scss: Add styling for .article (same as .news-item). * templates/html/article.html: New template.
Diffstat (limited to 'templates/html')
-rw-r--r--templates/html/article.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/html/article.html b/templates/html/article.html
new file mode 100644
index 0000000..2a14be4
--- /dev/null
+++ b/templates/html/article.html
@@ -0,0 +1,37 @@
+<!--#include virtual="/includes/html-open.html"-->
+
+<!--#include virtual="/includes/header-open.html"-->
+<title><!-- ITEM-TITLE --> &mdash; Free Software Foundation India</title>
+<!--#include virtual="/includes/header-close.html"-->
+
+<!--#include virtual="/includes/body-open.html"-->
+<!--#include virtual="/includes/navbar.html"-->
+
+
+<section class="article section">
+ <div class="container">
+ <div class="content">
+
+ <div class="header">
+ <hgroup>
+ <h1><span class="tag is-medium">Article</span></h1>
+ <h2><!-- ITEM-TITLE --></h2>
+ </hgroup>
+ </div>
+
+ <div class="meta">
+ <div class="date"><!-- DATE --></div>
+ </div>
+
+ <div class="main-content">
+ <!-- MAIN-CONTENT -->
+ </div>
+
+ </div>
+ </div>
+</section>
+
+<!--#include virtual="/includes/footer.html"-->
+<!--#include virtual="/includes/js.html"-->
+<!--#include virtual="/includes/body-close.html"-->
+<!--#include virtual="/includes/html-close.html"-->