Skip to content
Snippets Groups Projects
Select Git revision
  • 432ab77039accf22b9722bd383b42a5be54d7b96
  • master default
2 results

main.yml

Blame
  • author.html 219 B
    {% extends "index.html" %}
    
    {% block title %}{{ SITENAME }} · Articles by {{ author }}{% endblock %}
    {% block ephemeral_nav %}
    
                    {{ ephemeral_nav_link(author, output_file, True) }}
    {%- endblock %}