remove test url addition and use variable title from config
parent
da9c0beee6
commit
7bcccb8b80
|
@ -5,8 +5,8 @@
|
|||
<form action="/cgi/share.php" method="GET" class="share-buttons side" target="_blank">
|
||||
<input name="popup" id="no-share-popup-side" type="radio" />
|
||||
<input name="ref" value="pmpc-side" type="hidden" />
|
||||
<input name="url" value="{{ .Site.Params.url }}#TEST" type="hidden" /> <!-- replace with your URL -->
|
||||
<input name="title" value="Public Money, Public Code!" type="hidden" /> <!-- replace with site/share title -->
|
||||
<input name="url" value="{{ .Site.Params.url }}" type="hidden" /> <!-- replace with your URL -->
|
||||
<input name="title" value="{{ .Site.Title }}" type="hidden" /> <!-- replace with site/share title -->
|
||||
<input class="n" name="website" placeholder="Please do not put anything here" /> <!-- stupid bot detection -->
|
||||
|
||||
{{ range $data.share }}
|
||||
|
|
Loading…
Reference in New Issue