blob: dcf667a2b1bbdb89c3a1c8601278b08939954205 (
plain) (
tree)
|
|
---
layout: default
---
{% capture date %}{%- include jekyll-theme/posts/date.html date=page.date monospace=true -%}{% endcapture %}
{% assign category = "" %}
{% if page.category %}
{% capture category %}{%- include jekyll-theme/categories/label.html link=true category=page.category monospace=true -%} {% endcapture %}
{% endif %}
{% capture date %}{{ category }}{{ date }}{% endcapture %}
{% capture title %}<h1>{{ page.title }}</h1>{% endcapture %}
{% include jekyll-theme/flex-header.html title=title right=date %}
{{ content }}
{% include jekyll-theme/sidebar/sep.html %}
|