remove test url addition and use variable title from config

lektura
max.mehl 2017-05-30 13:28:26 +02:00
parent da9c0beee6
commit 7bcccb8b80
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}