Compare commits

..

No commits in common. "0277672917306e4c3bcef7e69c9f14d687595424" and "5c679a4188bbe07b2fb144379b99e591fa702fcd" have entirely different histories.

5 changed files with 6 additions and 15 deletions

View file

@ -23,12 +23,9 @@
{{ .Content }} {{ .Content }}
</div> </div>
</article> </article>
<div style="margin-bottom: 2rem;">
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
<a href="/support" class="reply-button" style="margin-left:2rem;"><i class="fas fa-coffee" style="margin-right: 0.5rem;"></i>Buy me a Coffee</a>
</div>
{{ partial "sharepost.html" . }} {{ partial "sharepost.html" . }}
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
</main> </main>
<!-- Metadata --> <!-- Metadata -->
<script type="application/ld+json"> <script type="application/ld+json">

View file

@ -23,13 +23,9 @@
{{ .Content }} {{ .Content }}
</div> </div>
</article> </article>
<div style="margin-bottom: 2rem;">
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
<a href="/support" class="reply-button" style="margin-left:2rem;"><i class="fas fa-coffee" style="margin-right: 0.5rem;"></i>Buy me a Coffee</a>
</div>
{{ partial "sharepost.html" . }} {{ partial "sharepost.html" . }}
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
{{ partial "webmentions.html" . }} {{ partial "webmentions.html" . }}
</main> </main>
<!-- Metadata --> <!-- Metadata -->

View file

@ -34,7 +34,6 @@
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li> <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }} {{ end }}
{{ end }} {{ end }}
<li><a href="/support">Support</a></li>
</ul> </ul>
</nav> </nav>

View file

@ -34,7 +34,6 @@
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li> <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }} {{ end }}
{{ end }} {{ end }}
<li><a href="/support">Support</a></li>
</ul> </ul>
</nav> </nav>

View file

@ -2,10 +2,10 @@
<div id="webmentions"></div> <div id="webmentions"></div>
{{ $siteHost := (urls.Parse .Site.BaseURL).Host -}} {{ $siteHost := (urls.Parse .Site.BaseURL).Host -}}
<form method="post" action="https://webmention.io/{{ $siteHost }}/webmention"> <form method="post" action="https://webmention.io/{{ $siteHost }}/webmention">
<p style="display: inline-block;">Published a response to this? <label for="webmention-source">Let me know the URL</label>:</p> <p>Have you published a response to this? <label for="webmention-source">Let me know the <abbr title="Uniform Resource Locator">URL</abbr></label>:</p>
<input type="url" name="source" id="webmention-source"> <input type="url" name="source" id="webmention-source">
<input type="hidden" name="target" value="{{ .Permalink }}"> <input type="hidden" name="target" value="{{ .Permalink }}">
<button type="submit">Submit</button> <button type="submit">Ping!</button>
</form> </form>
</main> </main>
{{ $webmentionjs := resources.Get "js/webmention.min.js" }} {{ $webmentionjs := resources.Get "js/webmention.min.js" }}