Skip to content
Snippets Groups Projects
Commit 4fe88bb4 authored by William Light's avatar William Light
Browse files

add author.html

parent 20d47636
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
{%- else -%}
<a href="{{ SITEURL }}/{{ article.url }}">posted at {{ article.date.strftime("%l:%M %P") }}</a>
{%- if article.category.name != "Uncategorized" -%}
&middot; in <a href="{{ SITEURL }}/{{ article.category.url }}" rel="tag">{{ article.category }}</a>
&nbsp;&middot;&nbsp;<a href="{{ SITEURL }}/{{ article.category.url }}" rel="tag">{{ article.category }}</a>
{%- endif %}
{% if article.tags %}
......
{% extends "index.html" %}
{% block title %}{{ SITENAME }} &middot; Articles by {{ author }}{% endblock %}
{% block ephemeral_nav %}
{{ ephemeral_nav_link(author, output_file, True) }}
{%- endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment