all repos — nasg @ eee7d8bb991e22ae4c0259e90f871290a68271fc

templates/Singular.j2.html (view raw)

 1
 2
 3
 4
 5
 6
 7
{% extends "base.j2.html" %}
{% block meta %}
    <meta name="author" content="{{ author.name }} <{{ author.email }}>" />
    <meta name="description" content="{{ post.summary|e }}" />
    <link rel="canonical" href="{{ post.url }}" />
    <link rel="license" href="https://creativecommons.org/licenses/4.0/{{ post.licence }}" />
{% endblock %}