Correction et compléments pour les titres dans les <header>.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
layout: blog.njk
|
layout: blog.njk
|
||||||
permalink: false
|
permalink: false
|
||||||
title: TODO BLOG
|
title: Blog
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: front.njk
|
layout: front.njk
|
||||||
hidemenuicon: true
|
hidemenuicon: true
|
||||||
title: TODO TITLE
|
title: L'hébergeur associatif, transparent et solidaire
|
||||||
---
|
---
|
||||||
<img class="Logo" src="/images/logo.svg" alt="">
|
<img class="Logo" src="/images/logo.svg" alt="">
|
||||||
<header class="Hero">
|
<header class="Hero">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
</head>
|
</head>
|
||||||
<title>{{ site.title }} | {{ page.title }}</title>
|
<title>{{ site.title }} | {{ title }}</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="author" content="Association Ti Nuage">
|
<meta name="author" content="Association Ti Nuage">
|
||||||
<meta name="generator" content="Metalsmith" />
|
<meta name="generator" content="Metalsmith" />
|
||||||
|
|||||||
Reference in New Issue
Block a user