seo audit hn

This commit is contained in:
Tessier
2020-10-16 17:54:57 +02:00
parent b8653078a2
commit 586751945f
12 changed files with 33 additions and 32 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
.title_page{
margin-bottom: 1rem;
h2{
h1{
width: max-content;
padding: 0.5rem;
text-transform: uppercase;
@@ -1,7 +1,7 @@
&.agenda, &.archive{
main{
padding-top: 10rem;
h2{
h1{
border: 5px solid $colorYellow;
text-transform: uppercase;
width: max-content;
@@ -26,6 +26,7 @@
ul{
margin-bottom: 2rem;
li{
background: white;
border: 5px solid black;
padding: 0.5rem 1rem;
margin-bottom: 1rem;
@@ -33,7 +34,6 @@
cursor:pointer;
text-transform: uppercase;
transition: background 0.3s ease, color 0.3s ease;
background: white;
a{
color: black;
text-transform: inherit;
@@ -1,7 +1,7 @@
&.association{
.title_page{
margin-bottom: 1rem;
h2{
h1{
border: 5px solid $colorYellow;
width: max-content;
padding: 0.5rem;
@@ -1,6 +1,6 @@
&.la-benevole-zone{
.title_page{
h2{
h1{
border: 5px solid $colorPurple;
}
}
@@ -1,6 +1,6 @@
&.la-collecte{
.title_page{
h2{
h1{
border: 5px solid $colorPink;
}
}
@@ -1,5 +1,5 @@
&.les-projets{
h2{
h1{
border: 5px solid $colorRed;
width: max-content;
padding: 0.5rem;
@@ -1,7 +1,7 @@
&.les-temps-forts{
.title_page{
margin-bottom: 1rem;
h2{
h1{
border: 5px solid $colorBlue;
width: max-content;
padding: 0.5rem;
@@ -1,6 +1,6 @@
&.privatiser-lespace{
.title_page{
h2{
h1{
border: 5px solid $colorGreen;
}
}
@@ -1,3 +1,3 @@
<section class="title_page">
<h2 class="titre_page">{{post.title}}</h2>
<h1 class="titre_page">{{post.title}}</h1>
</section>
@@ -8,7 +8,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robot" content="index,follow">
<link rel="stylesheet" href="{{ site.theme.link }}/dist/assets/css/index.min.css" type="text/css" media="screen" />
<link rel="author" href="{{ site.theme.link }}/humans.txt" />
<link rel="pingback" href="{{ site.pingback_url }}" />