ammend templates to use stylesheets
This commit is contained in:
parent
7b3ec70a80
commit
790c61cfdb
@ -1,4 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
||||||
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
|
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
|
||||||
<body>
|
<body>
|
||||||
<p>post failed: {{reason}}</p>
|
<p>post failed: {{reason}}</p>
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
- message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash )
|
- message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash )
|
||||||
}}
|
}}
|
||||||
<html>
|
<html>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
||||||
<meta http-equiv="refresh" content="2; {{redirect_url}}" />
|
<meta http-equiv="refresh" content="2; {{redirect_url}}" />
|
||||||
<body>
|
<body>
|
||||||
<pre>posted as {{message_id}}</pre>
|
<pre>posted as {{message_id}}</pre>
|
||||||
|
Reference in New Issue
Block a user