update to standards

This commit is contained in:
arcan1s 2014-08-25 22:47:14 +04:00
parent ac529c95ad
commit 299f2d3344
2 changed files with 4 additions and 4 deletions

View File

@ -120,10 +120,10 @@ groups:
{% for project in group.projects %} {% for project in group.projects %}
<h2><a href="#{{ project.short }}" class="anchor" id="{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h2> <h2><a href="#{{ project.short }}" class="anchor" id="{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h2>
<p>{{ project.description }}</p> <p>{{ project.description }}</p>
<p><ul> <ul>
{% for link in project.links %} {% for link in project.links %}
<li>{{ link }}</li> <li>{{ link }}</li>
{% endfor %} {% endfor %}
</ul></p> </ul><
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}

View File

@ -120,10 +120,10 @@ groups:
{% for project in group.projects %} {% for project in group.projects %}
<h2><a href="#{{ project.short }}" class="anchor" id="{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h2> <h2><a href="#{{ project.short }}" class="anchor" id="{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h2>
<p>{{ project.description }}</p> <p>{{ project.description }}</p>
<p><ul> <ul>
{% for link in project.links %} {% for link in project.links %}
<li>{{ link }}</li> <li>{{ link }}</li>
{% endfor %} {% endfor %}
</ul></p> </ul>
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}