Explorar el Código

Small fix

tags/v1.0.0
hawkeye116477 hace 5 años
padre
commit
3e6f306d6c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/author/terms.html

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

@@ -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 }}

Cargando…
Cancelar
Guardar