update heading

This commit is contained in:
arcan1s 2014-08-25 22:53:19 +04:00
parent b1c3244ab1
commit 6668e8611d
2 changed files with 4 additions and 4 deletions

View File

@ -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 %}

View File

@ -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 %}