init
This commit is contained in:
commit
c828a45aa8
30 changed files with 1204 additions and 0 deletions
7
blue-penguin-dark/templates/author.html
Normal file
7
blue-penguin-dark/templates/author.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}{{ SITENAME }} | Articles by {{ author }}{% endblock %}
|
||||
{% block ephemeral_nav %}
|
||||
|
||||
{{ ephemeral_nav_link(author, output_file, True) }}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue