From 0bb4010f5febc55bb400926f3694b4f436e75ba7 Mon Sep 17 00:00:00 2001 From: Romain Deville <code@romaindeville.fr> Date: Thu, 22 Apr 2021 17:40:02 +0200 Subject: [PATCH] =?UTF-8?q?=C2=A9=20Update=20docs/=5Fdata/vars.yaml=20from?= =?UTF-8?q?=20mkdocs=5Ftemplate=5Frdeville?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add copyright notice in docs/_data/vars.yaml from mkdocs_template_rdeville. --- docs/_data/vars.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_data/vars.yaml b/docs/_data/vars.yaml index 5f2276e..0c3b169 100644 --- a/docs/_data/vars.yaml +++ b/docs/_data/vars.yaml @@ -1,3 +1,5 @@ + + ### BEGIN MKDOCS TEMPLATE ### ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !### ### Modified content will be overwritten when updating.### @@ -27,7 +29,7 @@ # The name or company which old the copyright. No need to specify any date # as it will be built based on the first commit of your repo. If not specify, # then no copyright will be shown on the footer of the documentation. -#copyright: "Firstname Lastname" +copyright: "Romain Deville" # Name of your repo, if not specified, will be the key `mkdocs_repo_name` in # `_data/repo_name.yaml` If value is EXACTLY "!!git_platform", then the value @@ -93,3 +95,5 @@ git_platform: # configuration. url: "https://framagit.org/" ### END MKDOCS TEMPLATE ### + + -- GitLab