Commit c647723 1 parent 4ce711f commit c647723 Copy full SHA for c647723
File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
{% block content %}
3
- {% if page == 'index ' %}
3
+ {% if page == 'home ' %}
4
4
< p >
5
5
Below is a selection of the many websites made by users of Nikola. Visit a
6
6
few sites and see some of what is possible to achieve with Nikola.
7
7
</ p >
8
8
< p >
9
9
If you have made your own Nikola site, you can < a href ="/add/ "> add it to the index</ a > .
10
10
</ 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 >
14
11
{% endif %}
15
12
16
13
{% if count == 0 %}
@@ -38,7 +35,7 @@ <h4 class="pagelink">{{ site.link }}<br>
38
35
</ header >
39
36
{{ site.description_formatted }}
40
37
{% if site.featured_reason %}
41
- < footer class ="featured-reason ">
38
+ < footer class ="text-muted featured-reason ">
42
39
{{ site.featured_reason }}
43
40
</ footer >
44
41
{% endif %}
You can’t perform that action at this time.
0 commit comments