From 6bfc17cfcb3911f31ee798fe6dd733b1d3871afa Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 16 Mar 2018 16:03:32 -0400 Subject: [PATCH] Update few links to now point to gohugoio organization repos Ref: https://github.com/gohugoio/hugoDocs/issues/6 --- content/contribute/themes.md | 2 +- layouts/shortcodes/gh.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/contribute/themes.md b/content/contribute/themes.md index e6070c383..256f46093 100644 --- a/content/contribute/themes.md +++ b/content/contribute/themes.md @@ -25,7 +25,7 @@ A collection of all themes created by the Hugo community, including screenshots ## tl;dr 1. Create your theme using `hugo new theme `; -2. Test your theme against \* +2. Test your theme against \* 3. Add a `theme.toml` file to the root of the theme with all required metadata 4. Add a descriptive `README.md` to the root of the theme source 5. Add `/images/screenshot.png` and `/images/tn.png` diff --git a/layouts/shortcodes/gh.html b/layouts/shortcodes/gh.html index 0d1a9498e..981f4b838 100644 --- a/layouts/shortcodes/gh.html +++ b/layouts/shortcodes/gh.html @@ -2,8 +2,8 @@ {{ if eq (substr . 0 1) "@" }} {{ . }} {{ else if eq (substr . 0 2) "0x" }} - {{ substr . 2 6 }} + {{ substr . 2 6 }} {{ else }} - #{{ . }} + #{{ . }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }}