mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-11-04 11:31:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			767 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			767 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!-- Webmentions -->
 | 
						|
<div class="noprint" id="webmentions"></div>
 | 
						|
{{ $siteHost := (urls.Parse .Site.BaseURL).Host -}}
 | 
						|
<form class="noprint" 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>
 | 
						|
  <input type="url" name="source" id="webmention-source">
 | 
						|
  <input type="hidden" name="target" value="{{ .Permalink }}">
 | 
						|
  <button type="submit">Submit</button>
 | 
						|
</form>
 | 
						|
</main>
 | 
						|
{{ $webmentionjs := resources.Get "js/webmention.min.js" }}
 | 
						|
{{ $aliasesCombined := delimit (apply .Aliases "absURL" ".") "|" }}
 | 
						|
<script src="{{ $webmentionjs.Permalink }}" {{ printf "add-urls=%s" $aliasesCombined | safeHTMLAttr }} async></script>
 |