From 3961b44daa85debc0d1b16e4fa1f703291d325e0 Mon Sep 17 00:00:00 2001 From: Fastbyte01 Date: Mon, 6 Jul 2020 23:13:53 +0200 Subject: Fix for issue #47 Fix the bug on issue #47 --- README.md | 2 +- exampleSite/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 387eaa5..3f3f969 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ KeepIt Hugo Theme ======================== -KeepIt is a clean, elegant, simple but not simpler blog theme for Hugo based on the original [LeaveIt Theme](https://raw.githubusercontent.com/liuzc/LeaveIt/) developed by [LiuZhichao](https://raw.githubusercontent.com/liuzc/). +KeepIt is a clean, elegant, simple but not simpler blog theme for Hugo based on the original [LeaveIt Theme](https://github.com/liuzc/LeaveIt) developed by [LiuZhichao](https://github.com/liuzc). ![hugo-theme-KeepIt](https://github.com/Fastbyte01/KeepIt/blob/master/images/screenshot.png) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 65130c6..408bac3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -52,7 +52,7 @@ disqusShortname = "yourdiscussshortname" pinterest_verification = "" baidu_verification = "" - avatar = "/images/me/avatar.jpg" #comment it to use gravatar + avatar = "/images/me/avatar.jpeg" #comment it to use gravatar socialShare = true description = "" # site description -- cgit v1.2.3