summaryrefslogtreecommitdiffstats
path: root/theme/templates/site.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/site.html')
-rw-r--r--theme/templates/site.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/theme/templates/site.html b/theme/templates/site.html
index cf90c9a..c0b4183 100644
--- a/theme/templates/site.html
+++ b/theme/templates/site.html
@@ -2,9 +2,6 @@
{% block head %}
{% parent %}
- {% if githubAuthor %}
- <meta name="author" content="{{ githubAuthor }}">
- {% endif %}
{% if progress.current.next and progress.current.next.path %}
<link rel="next" href="{{ basePath }}/{{ progress.current.next.path|mdLink }}" />
{% endif %}