Remove unused ID and tag definitions

This commit is contained in:
Jorge Arias 2015-11-13 05:45:07 -03:00
parent a3f93648e2
commit 12a41c474e
4 changed files with 15 additions and 9 deletions

View file

@ -6,11 +6,11 @@
{% include head.html %}
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<body>
{% include navigation.html %}
<section id="{{ page.title }}" class="container content-section text-center">
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">

View file

@ -6,11 +6,11 @@
{% include head.html %}
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<body>
{% include navigation.html %}
<section id="{{ page.title }}" class="container content-section text-center">
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
@ -20,8 +20,14 @@
<img class="img-responsive center-block" src="{{site.baseurl}}{{ site.404-img }}" alt="">
{% include social-buttons.html %}
</div>
</div>
</section>
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
{% include social-buttons.html %}
</div>
</div>
</section>

View file

@ -6,7 +6,7 @@
{% include head.html %}
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<body>
{% include navigation.html %}

View file

@ -6,11 +6,11 @@
{% include head.html %}
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<body>
{% include navigation.html %}
<section id="{{ page.title }}" class="container content-section text-center">
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
@ -33,7 +33,7 @@
</div>
</section>
<section id="{{ page.title }}" class="container content-section text-center">
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
{% include social-buttons.html %}