mirror of
https://github.com/writeas/writefreely
synced 2025-01-08 14:02:26 +01:00
Fix Web Monetization option not showing on Customize page
This commit is contained in:
parent
73e0b72878
commit
ddc7087d1e
@ -157,12 +157,12 @@ textarea.section.norm {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{if .Monetization}}
|
{{if .UserPage.StaticPage.AppCfg.Monetization}}
|
||||||
<div class="option">
|
<div class="option">
|
||||||
<h2>Web Monetization</h2>
|
<h2>Web Monetization</h2>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<p class="explain">Web Monetization enables you to receive micropayments from readers that have a <a href="https://coil.com">Coil membership</a>. Add your payment pointer to enable Web Monetization on your blog.</p>
|
<p class="explain">Web Monetization enables you to receive micropayments from readers that have a <a href="https://coil.com">Coil membership</a>. Add your payment pointer to enable Web Monetization on your blog.</p>
|
||||||
<input type="text" name="monetization_pointer" style="width:100%" value="{{.MonetizationPointer}}" placeholder="$wallet.example.com/alice" />
|
<input type="text" name="monetization_pointer" style="width:100%" value="{{.Collection.Monetization}}" placeholder="$wallet.example.com/alice" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
Reference in New Issue
Block a user