From 9bd3e1063a95e1e8b3ea11e6317a99c754296748 Mon Sep 17 00:00:00 2001 From: Antoine Grandry Date: Tue, 13 Oct 2020 19:53:16 +0200 Subject: [PATCH] change page title to TimeSide 1.0.0a --- src/templates/inc/head.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/inc/head.jade b/src/templates/inc/head.jade index 019b83d..567810a 100644 --- a/src/templates/inc/head.jade +++ b/src/templates/inc/head.jade @@ -2,7 +2,7 @@ head meta(charset="UTF-8") meta(http-equiv="X-UA-Compatible" content="IE=edge") meta(name="viewport" content="width=device-width, initial-scale=1") - title="Telemeta 2.0" + title="TimeSide 1.0.0a" meta(name="description" content="Some description about the slides") meta(name="author" content="You") link(rel="stylesheet", href="css/main.css") -- 2.39.5