From 67078966b7ad2d601cdcc342f933acfb3c289716 Mon Sep 17 00:00:00 2001 From: laurauzcategui Date: Mon, 1 Apr 2019 21:32:20 +0100 Subject: [PATCH] - Renaming from discription to description --- exampleSite/config.toml | 2 +- layouts/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 38e9591..c092af5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -14,7 +14,7 @@ hasCJKLanguage = true author = "Your Name" avatar = "avatar.jpg" favicon = "favicon.ico" - discription = """ + description = """ Please write anything here. Profiles, backgrounds, favorite things etc. """ diff --git a/layouts/index.html b/layouts/index.html index e75e49a..a10fb8f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,9 +13,9 @@

{{ .Site.Params.Author }}

- +

- {{ .Site.Params.discription }} + {{ .Site.Params.description }}