mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
init: initial commit
This commit is contained in:
commit
e38bcddf57
48 changed files with 3752 additions and 0 deletions
13
templates/partials/page_info.html
Normal file
13
templates/partials/page_info.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div class="text-sm antialiased opacity-60">
|
||||
{% if page.date %}
|
||||
<time>{{ page.date | date }}</time>
|
||||
<span class="mx-1">·</span>
|
||||
<span>{{ page.reading_time }}min</span>
|
||||
{% endif %}<!---->
|
||||
{% set single_author = page.extra.author | default(value=config.author) %}
|
||||
<!---->
|
||||
{% if single_author %}
|
||||
<span class="mx-1">·</span>
|
||||
<span>{{ single_author }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue