Add a description
This commit is contained in:
parent
16dec853f9
commit
ab8d693acb
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
;
|
||||
|
||||
title = "SimpleWordsCloud"
|
||||
description = "Création de nuage de mots, simple, sans inscriptions et respectant la vie privée"
|
||||
create = "Créer"
|
||||
|
||||
[cloud]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<meta name="description" content="Webpage description goes here" />
|
||||
<meta name="description" content="<?php echo L::description?>" />
|
||||
<meta charset="utf-8">
|
||||
<title><?php echo L::title ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
|
Loading…
Reference in a new issue