mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
update heading
This commit is contained in:
parent
b1c3244ab1
commit
6668e8611d
@ -116,9 +116,9 @@ groups:
|
||||
<section>
|
||||
|
||||
{% for group in page.groups %}
|
||||
<h1><a href="#{{ group.short }}" class="anchor" id="{{ group.short }}"><span class="octicon octicon-link"></span></a>{{ group.title }}</h1>
|
||||
<h2><a href="#{{ group.short }}" class="anchor" id="{{ group.short }}"><span class="octicon octicon-link"></span></a>{{ group.title }}</h2>
|
||||
{% 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>
|
||||
<h3><a href="#{{ project.short }}" class="anchor" id="{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h3>
|
||||
<p>{{ project.description }}</p>
|
||||
<ul>
|
||||
{% for link in project.links %}
|
||||
|
@ -116,9 +116,9 @@ groups:
|
||||
<section>
|
||||
|
||||
{% for group in page.groups %}
|
||||
<h1><a href="#{{ group.short }}" class="anchor" id="{{ group.short }}"><span class="octicon octicon-link"></span></a>{{ group.title }}</a></h1>
|
||||
<h2><a href="#{{ group.short }}" class="anchor" id="{{ group.short }}"><span class="octicon octicon-link"></span></a>{{ group.title }}</a></h2>
|
||||
{% 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>
|
||||
<h3><a href="#{{ project.short }}" class="anchor" id="{{ project.short }}"><span class="octicon octicon-link"></span></a>{{ project.title }}</h3>
|
||||
<p>{{ project.description }}</p>
|
||||
<ul>
|
||||
{% for link in project.links %}
|
||||
|
Loading…
Reference in New Issue
Block a user