blob: 4491f14a288456be037f778a1047a6ad6cb1878e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{% extends "base.html" %} {% block main %}
<section class="metadata">
<b>User</b> <span>Christian Cleberg <[email protected]></span>
<b>Context</b> <span>Technology Assurance Manager</span>
<b>Status</b>Active</span>
</section>
<section>
<h2>Recent Posts</h2>
<!-- BEGIN_POSTS -->
<!-- END_POSTS -->
<p><a href="/blog/">All Posts →</a></p>
</section>
<section class="indieweb-links">
<link href="https://github.com/ccleberg" rel="me">
<link href="https://gitlab.com/ccleberg" rel="me">
<link href="mailto:[email protected]" rel="me">
</section>
{% endblock %}
|