From abb2a12e5d22e09b736a3b22654176316a950f9c Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Fri, 15 Mar 2019 11:28:51 +0100 Subject: [PATCH] Click on avatar go to posts --- layouts/partials/home_post.html | 3 ++- layouts/partials/home_profile.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/partials/home_post.html b/layouts/partials/home_post.html index c09bcd9..9322725 100644 --- a/layouts/partials/home_post.html +++ b/layouts/partials/home_post.html @@ -4,7 +4,7 @@ {{ $cdn_url := .Scratch.Get "cdn_url" }}
- gravatar + gravatar
{{ with .Site.Params.subtitle}}

@@ -62,3 +62,4 @@ {{ partial "paginator.html" . }} + diff --git a/layouts/partials/home_profile.html b/layouts/partials/home_profile.html index fc92926..5a9eaf0 100644 --- a/layouts/partials/home_profile.html +++ b/layouts/partials/home_profile.html @@ -2,7 +2,7 @@ {{ $cdn_url := .Scratch.Get "cdn_url" }}
- gravatar + gravatar
{{ with .Site.Params.subtitle}}

@@ -13,3 +13,4 @@ {{ partial "social.html" . }} +