From df90037721abad83ce2bbe45c1a16c7134e1025f Mon Sep 17 00:00:00 2001 From: Tayray Date: Mon, 15 May 2017 07:32:18 +1000 Subject: Fix avatar typo --- exampleSite/config.toml | 10 +++++----- layouts/index.html | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f18d1f3..92404e9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,16 +20,16 @@ googleAnalytics = "UA-57408564-1" name = "faq" weight = 2 url = "/faq" - + [params] Keywords = "key, 关键字, キーワード" Description = "There are some words to describe your site" - Avater = "img/avatar.jpg" - SelfIntro = "Just a worm, seek for true, live in shadow, no more..." + Avatar = "img/avatar.jpg" + SelfIntro = "Just a worm, seek for true, live in shadow, no more..." Email = "yiichou@gmail.com" - + GithubID = "Your Github ID" TwitterID = "Your Twitter ID" FacebookID = "Your Facebook ID" LinkedInID = "Your LinkedIn ID" - GoogleplusID = "Your Googleplus ID" \ No newline at end of file + GoogleplusID = "Your Googleplus ID" diff --git a/layouts/index.html b/layouts/index.html index 5b2ec46..0b47b4f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,20 +2,20 @@ {{ .Site.Title }} - + {{ with .Site.Params.Keywords }}{{ end }} {{ with .Site.Params.Description }}{{ end }} - + {{ partial "head.html" . }} - + {{ partial "header.html" . }} - +
- avater + avatar
{{ with .Site.Params.TwitterID }} @@ -32,14 +32,14 @@ {{ with .Site.Params.LinkedInID }} {{ end }} - +

{{ .Site.Params.SelfIntro }}

- + {{ partial "footer.html" . }} {{ partial "analytics.html" . }} - \ No newline at end of file + -- cgit v1.2.3