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

LICENSE.txt

Blame
  • This project is licensed under the MIT License. Learn more
    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 %}