Update site title

This commit is contained in:
Pierre 2018-05-12 11:52:29 +02:00
parent 68dfad874c
commit ee7b76a725
5 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Site settings # Site settings
title: About Comunic title: Comunic
email: contact@communiquons.org email: contact@communiquons.org
description: Website about Comunic. description: Website about Comunic.

View File

@ -6,7 +6,7 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<!-- Bootstrap Core CSS --> <!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">

View File

@ -1,3 +1,4 @@
--- ---
layout: developer/home layout: developer/home
title: Developer
--- ---

BIN
img/comunic_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -1,3 +1,4 @@
--- ---
layout: home layout: home
title: Comunic, A new Social Network
--- ---