mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
27 lines
474 B
HTML
27 lines
474 B
HTML
{% include _head.html %}
|
|
|
|
<div id="universe">
|
|
|
|
<div id="header">
|
|
<div id="title">
|
|
<!-- <a href="/blog/">blog</a> -->
|
|
</div>
|
|
<div id="navigation">
|
|
<a href="/">about</a>
|
|
<a href="/blog/" class="selected">blog</a>
|
|
<a href="http://lifefeed.jimeh.me/">life feed</a>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
<div class="post-world">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include sidebar.html %}
|
|
|
|
{% include paginator.html %}
|
|
|
|
</div>
|
|
|
|
{% include _foot.html %} |