diff options
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 4703abd..106b175 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,17 +1,13 @@ {% extends "base.html" %} {% block main %} -<section> - <h1>christian cleberg</h1> - <blockquote> - <b>shouganai</b> - <br>[sho-ga-n-eye] | しょうがない - <br><br> - <i>it is what it is</i> - </blockquote> +<section class="context-box"> + <span class="context-label">User:</span> <span>Christian Cleberg <[email protected]></span> + <span class="context-label">Context:</span> <span>Technology Assurance Manager</span> + <span class="context-label">Status:</span> <span>Active</span> </section> -<section> +<section class="recent-posts"> <h2>Recent Posts</h2> <!-- BEGIN_POSTS --> <!-- END_POSTS --> - <p><a href="/blog/">all posts →</a></p> + <p><a href="/blog/">All Posts →</a></p> </section> -{% endblock %} +{% endblock %}
\ No newline at end of file |
