Ver código fonte

Small fix

tags/v1.0.0
hawkeye116477 5 anos atrás
pai
commit
3e6f306d6c
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      layouts/author/terms.html

+ 1
- 1
layouts/author/terms.html Ver arquivo

@@ -17,7 +17,7 @@
<div class="content">
<figure>
{{ if .Params.photo }}
<img class="rounded-circle img-fluid pt-2" src="{{.Params.Photo}}">
<img class="rounded-circle img-fluid pt-2" src="{{.Params.photo}}">
{{else if .Params.email}}
<img class="rounded-circle img-fluid pt-2" src="https://www.gravatar.com/avatar/{{ md5 .Params.email }}?s=128&pg&d=identicon">
{{ end }}

Carregando…
Cancelar
Salvar