Bläddra i källkod

Small fix

tags/v1.0.0
hawkeye116477 5 år sedan
förälder
incheckning
3e6f306d6c
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      layouts/author/terms.html

+ 1
- 1
layouts/author/terms.html Visa fil

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

Laddar…
Avbryt
Spara