added blog settings and metadata

This commit is contained in:
Rushabh Mehta
2013-03-11 17:57:57 +05:30
parent bbbceb617c
commit b33693db35
12 changed files with 74 additions and 26 deletions

View File

@@ -12,7 +12,11 @@
{% block content %}
<div class="span12">
<h2 id="blog-title">Blog</h2>
<h2 id="blog-title">{{ blog_title }}</h2>
{% if blog_introduction %}
<p>{{ blog_introduction }}</p>
{% endif %}
<h3 id="blot-subtitle" style="display:none;"></h3>
<br>
<div class="progress progress-striped active">
<div class="bar" style="width: 100%;"></div>

View File

@@ -5,6 +5,9 @@
{% block content %}
<div class="span12">
<h2 id="blog-title">Blog Writers</h2>
{% if writers_introduction %}
<p>{{ writers_introduction }}</p>
{% endif %}
<hr>
{% for blogger_info in bloggers %}
{% include "html/blogger.html" %}