瀏覽代碼

Small fix

tags/v1.0.0
hawkeye116477 5 年之前
父節點
當前提交
3e6f306d6c
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      layouts/author/terms.html

+ 1
- 1
layouts/author/terms.html 查看文件

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

Loading…
取消
儲存