diff options
Diffstat (limited to 'theme/templates/post.html')
| -rw-r--r-- | theme/templates/post.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html deleted file mode 100644 index a2951b0..0000000 --- a/theme/templates/post.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} {% block subtitle %} {{ post.title }} - {% endblock %} -{% block meta %} -<meta property="og:title" content="{{ post.title }}" /> -<meta property="og:url" content="{{ post.url }}" /> -{% if post.description is defined %} -<meta property="og:description" content="{{ post.description }}" /> -{% elif project_description is defined %} -<meta property="og:description" content="{{ project_description }}" /> -{% endif %} -{% endblock %} -{% block main %} -<article> - <h1>{{ post.title }}</h1> - <p><time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d") }}</time>{% if post.description is defined %} · {{ post.description }}{% endif %}</p> - <div>{{ post.html | safe }}</div> - <div><a href="mailto:[email protected]">Reply via email →</a></div> - <div><i>...or, comment on this post on <a href="https://bubbles.town/source/cleberg.net">Bubbles</a>!</i></div> -</article> -{% endblock %} |
