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 %}
<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><ul>
<ul>
{% for link in project.links %}
<li>{{ link }}</li>
{% endfor %}
</ul></p>
</ul><
{% endfor %}
{% endfor %}

View File

@ -120,10 +120,10 @@ groups:
{% 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>
<p>{{ project.description }}</p>
<p><ul>
<ul>
{% for link in project.links %}
<li>{{ link }}</li>
{% endfor %}
</ul></p>
</ul>
{% endfor %}
{% endfor %}