aboutsummaryrefslogtreecommitdiff
path: root/themes/even/layouts/partials/post/reward.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/even/layouts/partials/post/reward.html')
-rw-r--r--themes/even/layouts/partials/post/reward.html21
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