Skip to content

Commit c647723

Browse files
committedOct 17, 2015
All pages described!
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 4ce711f commit c647723

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎templates/index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{% extends "base.html" %}
22
{% block content %}
3-
{% if page == 'index' %}
3+
{% if page == 'home' %}
44
<p>
55
Below is a selection of the many websites made by users of Nikola. Visit a
66
few sites and see some of what is possible to achieve with Nikola.
77
</p>
88
<p>
99
If you have made your own Nikola site, you can <a href="/add/">add it to the index</a>.
1010
</p>
11-
<p class="text-muted"><strong>Notice:</strong>
12-
Many sites are not
13-
fully described yet. We apologize for the inconvenience. (but we’re working on it!)</p>
1411
{% endif %}
1512

1613
{% if count == 0 %}
@@ -38,7 +35,7 @@ <h4 class="pagelink">{{ site.link }}<br>
3835
</header>
3936
{{ site.description_formatted }}
4037
{% if site.featured_reason %}
41-
<footer class="featured-reason">
38+
<footer class="text-muted featured-reason">
4239
{{ site.featured_reason }}
4340
</footer>
4441
{% endif %}

0 commit comments

Comments
 (0)
Please sign in to comment.