mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
massive removal of aligning (since it has been added to css)
This commit is contained in:
@ -111,8 +111,8 @@ groups:
|
||||
<h1><a name="{{ group.short }}" class="anchor" href="#{{ group.short }}"><span class="octicon octicon-link"></span></a>{{ group.title }}</a></h1>
|
||||
{% for project in group.projects %}
|
||||
<h2><a name="{{ project.short }}" class="anchor" href="#{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h2>
|
||||
<p align="justify">{{ project.description }}</p>
|
||||
<p align="justify"><ul>
|
||||
<p>{{ project.description }}</p>
|
||||
<p><ul>
|
||||
{% for link in project.links %}
|
||||
<li>{{ link }}</li>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user