mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
header: add Gravatar support.
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
<section class="header">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
{{ if .Site.Param "Gravatar" }}
|
||||
<img class="gravatar" src="https://gravatar.com/avatar/{{ .Site.Param "Gravatar" }}?s=50" />
|
||||
{{ end }}
|
||||
<a href="/"><div class="name">{{ .Site.Param "Author" }}</div></a>
|
||||
<nav>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user