summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/box.html')
-rw-r--r--_layouts/box.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts/box.html b/_layouts/box.html
new file mode 100644
index 0000000..b76754c
--- /dev/null
+++ b/_layouts/box.html
@@ -0,0 +1,9 @@
+---
+layout: tyrian
+---
+<div class="jumbotron">
+ {% if page.boxicon %}<i class="{{ page.boxicon }}" style="color:#ccc;float:right;font-size:100pt;" id="box-icon"></i>{% endif %}
+ <h1 id="box-title">{{ page.boxtitle }}</h1>
+
+ {{ content }}
+</div> \ No newline at end of file