diff --git a/layouts/_default/single.html b/layouts/_default/single.html index fb96319..7f24c24 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -37,7 +37,6 @@ {{ partial "author.html" .}} - {{ partial "media.html" .}}
diff --git a/layouts/partials/author.html b/layouts/partials/author.html new file mode 100644 index 0000000..523edff --- /dev/null +++ b/layouts/partials/author.html @@ -0,0 +1,8 @@ +
+
+ Written by {{ .Site.Params.author }} +
+ rss + github +
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0acca68..22b9033 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -9,7 +9,7 @@ {{ cond (eq .Page.Kind "page") (safeHTML (printf "" .Site.BaseURL)) "" }} - + diff --git a/layouts/partials/media.html b/layouts/partials/media.html deleted file mode 100644 index 7283487..0000000 --- a/layouts/partials/media.html +++ /dev/null @@ -1,4 +0,0 @@ -
- rss - github -
diff --git a/static/img/GitHub-Mark-32px.png b/static/img/github-icon.jpg similarity index 100% rename from static/img/GitHub-Mark-32px.png rename to static/img/github-icon.jpg diff --git a/static/img/rss-icon.jpg b/static/img/rss-icon.jpg index 037600b..aa18584 100644 Binary files a/static/img/rss-icon.jpg and b/static/img/rss-icon.jpg differ