Browse Source

Small fix

tags/v1.0.0
hawkeye116477 5 years ago
parent
commit
3e6f306d6c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/author/terms.html

+ 1
- 1
layouts/author/terms.html View File

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

Loading…
Cancel
Save