mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
update to standards
This commit is contained in:
parent
ac529c95ad
commit
299f2d3344
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user