aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r--theme/templates/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 106b175..1ce080c 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,8 +1,8 @@
{% extends "base.html" %} {% block main %}
-<section class="context-box">
- <span class="context-label">User:</span> <span>Christian Cleberg &lt;[email protected]&gt;</span>
- <span class="context-label">Context:</span> <span>Technology Assurance Manager</span>
- <span class="context-label">Status:</span> <span>Active</span>
+<section>
+ <b>User</b>: Christian Cleberg &lt;[email protected]&gt;
+ <br><b>Context</b>: Technology Assurance Manager
+ <br><b>Status</b>: Active
</section>
<section class="recent-posts">
<h2>Recent Posts</h2>
@@ -10,4 +10,4 @@
<!-- END_POSTS -->
<p><a href="/blog/">All Posts &rarr;</a></p>
</section>
-{% endblock %} \ No newline at end of file
+{% endblock %}