From 752e38782a97c9439c9a323e277d504342c97cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Quint=C3=A3o?= Date: Wed, 12 Jun 2019 10:32:33 -0300 Subject: Allow set avatar image on Hugo config.toml Change baseof.html to permit set src to avatar image on config.toml through avatar attribute. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e87e849..a10b797 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@
- {{ .Site.Params.author | default + {{ .Site.Params.author | default

{{ .Site.Title }}

{{ .Site.Params.description | default "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium." }}

-- cgit v1.2.3