Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurphypolygon committed Jan 8, 2024
1 parent 05991fb commit 8a06fd7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{% extends "base.html" %}

{% block content %}
{{ super() }}

{% if git_page_authors %}
<div class="md-source-date">
<small>
Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }}
</small>
</div>
{% endif %}
{% endblock %}

{% block scripts %}
{{ super() }}

Expand Down

0 comments on commit 8a06fd7

Please sign in to comment.