Fragment identifiers added to h2's

This commit is contained in:
Chris Croome 2018-12-17 21:38:25 +00:00
parent bb78a0fff8
commit 62cee6bef0
1 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@
{% if page.services %}
<!-- Services -->
<section>
<h2>Services</h2>
<h2 id="services">Services</h2>
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
{% for service in page.services %}
@ -100,7 +100,7 @@
{% if page.technologies %}
<!-- Technologies -->
<section>
<h2>Technologies</h2>
<h2 id="tech">Technologies</h2>
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
{% for technology in page.technologies %}
@ -120,7 +120,7 @@
{% if page.clients %}
<!-- Clients -->
<section>
<h2>Clients</h2>
<h2 id="clients">Clients</h2>
<div class="row small-up-2 medium-up-3 large-up-3">
{% for client in page.clients %}