Skip to content

Commit 6998ceb

Browse files
committed
Rename layout.html to page.html. Fix fedora-infra#130
See readthedocs/readthedocs.org#152
1 parent d879676 commit 6998ceb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/_templates/layout.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/_templates/page.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends "!page.html" %}
2+
{% block footer -%}
3+
{{ super() }}
4+
<a href="http://github.com/fedora-infra/fedmsg">
5+
<img style="position: absolute; top: 0; right: 0; border: 0;"
6+
src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
7+
alt="Fork me on GitHub">
8+
</a>
9+
{%- endblock %}

0 commit comments

Comments
 (0)