From 3e6d2218db7a6bbb1ca0d74d333b8a56fc3bc380 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 4 Jun 2017 16:02:35 -0400 Subject: [PATCH] Updated SEO metadata information. --- .../layouts/_default/baseof.html | 21 +++++++++++++------ .../themes/citra-bs-theme/layouts/sitemap.xml | 4 ---- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/site/themes/citra-bs-theme/layouts/_default/baseof.html b/site/themes/citra-bs-theme/layouts/_default/baseof.html index d8c7c71..fdf0c97 100755 --- a/site/themes/citra-bs-theme/layouts/_default/baseof.html +++ b/site/themes/citra-bs-theme/layouts/_default/baseof.html @@ -5,6 +5,7 @@ + {{ .Hugo.Generator }} @@ -12,12 +13,23 @@ {{ if .RSSLink }} - - + + {{ end }} + {{ if .IsHome }}Homepage{{ else }}{{ .Title }}{{ end }} | {{ .Site.Title }} | Nintendo 3DS Emulator + + + + {{ if (eq .Section "game") }} + + + {{ else }} + + {{ end }} +         @@ -35,10 +47,7 @@     {{ else }}     {{ end }} - - {{ with .Site.Params.description }}{{ end }} - - {{ if .IsHome }}Homepage{{ else }}{{ .Title }}{{ end }} | {{ .Site.Title }} | Nintendo 3DS Emulator + {{ if eq (getenv "GULP") "true" }} diff --git a/site/themes/citra-bs-theme/layouts/sitemap.xml b/site/themes/citra-bs-theme/layouts/sitemap.xml index 7d14a30..d9fbdfd 100644 --- a/site/themes/citra-bs-theme/layouts/sitemap.xml +++ b/site/themes/citra-bs-theme/layouts/sitemap.xml @@ -6,10 +6,6 @@ {{ .Permalink }} - {{ if (eq .Section "game") }} - {{ $rating.name }} - {{ $rating.description }} - {{ end }} - {{ if (eq .Section "entry") }} {{ .Site.BaseURL }}images/banners/{{ .Params.Banner | default (print .File.BaseFileName ".png") }}