diff --git a/src/articles/templates/articles/article_change_form.html b/src/articles/templates/articles/article_change_form.html
index 520b558..37c5b57 100644
--- a/src/articles/templates/articles/article_change_form.html
+++ b/src/articles/templates/articles/article_change_form.html
@@ -1,7 +1,7 @@
{% extends 'admin/change_form.html' %}
{% block object-tools-items %}
-
Public draft
- Markdown cheat sheet
+ Public draft
+ Markdown cheat sheet
{{ block.super }}
{% endblock %}
diff --git a/src/articles/templates/articles/base.html b/src/articles/templates/articles/base.html
index 8ab6e41..719e3a0 100644
--- a/src/articles/templates/articles/base.html
+++ b/src/articles/templates/articles/base.html
@@ -53,24 +53,24 @@
Thoughts written here are my own and don't reflect any of my past, present
or future employer's position.
The platform behind this blog is
- free software.
+ free software.
Articles are released into the public domain through the
{{ blog.licenses.content.name }}.
Code blocks are released into the public domain through
{{ blog.licenses.code.name }}.
I do appreciate being mentioned as the original author if you decide
to reuse my works but the licenses don't enforce it.
Currently deployed version:
- {{ git_version }}.
+ {{ git_version }}.
{% if blog.status_url %}
Status of services can be found
- here.
+ here.
{% endif %}