diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-24 03:20:47 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-24 03:20:47 +0000 |
commit | f24f2d15275961f1c0144e68fde75a60aeaaa165 (patch) | |
tree | 38be1626f3ade436fbd17eadb2753fa2f0effb37 /themes/even/layouts/partials/post/reward.html | |
parent | bf04383b34c4a4fdfe239de2805a30a051921002 (diff) | |
download | capotej.com-f24f2d15275961f1c0144e68fde75a60aeaaa165.tar.gz |
move to bear theme
Diffstat (limited to '')
-rw-r--r-- | themes/even/layouts/partials/post/reward.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/themes/even/layouts/partials/post/reward.html b/themes/even/layouts/partials/post/reward.html deleted file mode 100644 index 3242854..0000000 --- a/themes/even/layouts/partials/post/reward.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ if or .Params.reward (and .Site.Params.reward.enable (ne .Params.reward false)) }} -<div class="post-reward"> - <input type="checkbox" name="reward" id="reward" hidden /> - <label class="reward-button" for="reward">{{ T "reward" }}</label> - <div class="qr-code"> - {{ $qrCode := .Site.Params.reward }} - {{ with $qrCode.wechat }} - <label class="qr-code-image" for="reward"> - <img class="image" src="{{ . }}"> - <span>{{ T "rewardWechat" }}</span> - </label> - {{- end }} - {{ with $qrCode.alipay }} - <label class="qr-code-image" for="reward"> - <img class="image" src="{{ . }}"> - <span>{{ T "rewardAlipay" }}</span> - </label> - {{- end }} - </div> -</div> -{{- end }}
\ No newline at end of file |