Skip to content

Commit

Permalink
Improving how the template builds the Webmention URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdotorg committed Aug 11, 2018
1 parent 66bc499 commit 4c24022
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/wrapper.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
using plerdwatcher. Update the href's port number as needed.
-->
<!--
<link rel="webmention" href="[% plerd.base_uri %]:4000" />
[% webmention_uri = plerd.base_uri.clone %]
[% webmention_uri.port( 4000 ) %]
<link rel="webmention" href="[% webmention_uri %]" />
-->

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
Expand Down

0 comments on commit 4c24022

Please sign in to comment.