Add template for raw articles
This commit is contained in:
parent
e286986afe
commit
3d0644a59c
1 changed files with 19 additions and 0 deletions
19
templates/raw.html
Normal file
19
templates/raw.html
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>{{title}}</title>
|
||||||
|
<meta content="{{title}}" property="og:title">
|
||||||
|
<meta content="{{title}}" property="twitter:title">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<link href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="/images/webclip.png" rel="apple-touch-icon">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<a href="{{id}}.html">View full webpage</a>
|
||||||
|
{{body}}
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in a new issue