mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-25 07:47:18 +00:00
update heading
This commit is contained in:
parent
b1c3244ab1
commit
6668e8611d
@ -116,9 +116,9 @@ groups:
|
|||||||
<section>
|
<section>
|
||||||
|
|
||||||
{% for group in page.groups %}
|
{% 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 %}
|
{% 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>
|
<p>{{ project.description }}</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for link in project.links %}
|
{% for link in project.links %}
|
||||||
|
@ -116,9 +116,9 @@ groups:
|
|||||||
<section>
|
<section>
|
||||||
|
|
||||||
{% for group in page.groups %}
|
{% 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 %}
|
{% 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>
|
<p>{{ project.description }}</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for link in project.links %}
|
{% for link in project.links %}
|
||||||
|
Loading…
Reference in New Issue
Block a user