File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,18 @@ name = "Jacob Lindahl"
21
21
host = " plausible.c0d3r.dev"
22
22
domain = " geeklaunch.io"
23
23
24
+ [[params .payment ]]
25
+ name = " BTC"
26
+ identifier = " bc1qepmfn0z26tfhc5uys49t3mthgh5q6hat4kp7hf"
27
+
28
+ [[params .payment ]]
29
+ name = " ETH"
30
+ identifier = " 0xA65E766783C23A230A69281BE33B0Aa765008606"
31
+
32
+ [[params .payment ]]
33
+ name = " XMR"
34
+ identifier = " 89LKw5TZx6qiBfDFMzp8nK1ZnmvRvQzGceHAwGSu1TAH6b88imhBZApJpBS85RYbxebhnMpCEVT6BA85gWZV5ZGo1FZhJoP"
35
+
24
36
[markup .goldmark .renderer ]
25
37
unsafe = true
26
38
Original file line number Diff line number Diff line change 5
5
</ p >
6
6
{{ end }}
7
7
< p > © Copyright {{ now.Format "2006" }} {{ .Site.Copyright }}.</ p >
8
+ {{ if isset .Site.Params "payment" }}
9
+ < p class ="f:10 f:monospace ">
10
+ {{ range .Site.Params.payment }}
11
+ {{ .name }} {{ .identifier }}< br >
12
+ {{ end }}
13
+ </ p >
14
+ {{ end }}
8
15
< p id ="browserMessage " style ="display:none "> This site is designed for < a target ="_blank " rel ="noopener noreferrer "
9
16
href ="https://firefox.com/ "> Firefox</ a > , a web
10
17
browser that respects your privacy.</ p >
You can’t perform that action at this time.
0 commit comments