Skip to content

Commit

Permalink
All pages described!
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 17, 2015
1 parent 4ce711f commit c647723
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions templates/index.html
@@ -1,16 +1,13 @@
{% extends "base.html" %}
{% block content %}
{% if page == 'index' %}
{% if page == 'home' %}
<p>
Below is a selection of the many websites made by users of Nikola. Visit a
few sites and see some of what is possible to achieve with Nikola.
</p>
<p>
If you have made your own Nikola site, you can <a href="/add/">add it to the index</a>.
</p>
<p class="text-muted"><strong>Notice:</strong>
Many sites are not
fully described yet. We apologize for the inconvenience. (but we’re working on it!)</p>
{% endif %}

{% if count == 0 %}
Expand Down Expand Up @@ -38,7 +35,7 @@ <h4 class="pagelink">{{ site.link }}<br>
</header>
{{ site.description_formatted }}
{% if site.featured_reason %}
<footer class="featured-reason">
<footer class="text-muted featured-reason">
{{ site.featured_reason }}
</footer>
{% endif %}
Expand Down

0 comments on commit c647723

Please sign in to comment.