1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
5 | <title>Josh Stockin - $title</title> |
6 | <meta name="title" content="$title" /> |
7 | <meta name="description" content="$summary" /> |
8 | <meta property="og:site_name" content="Josh Stockin" /> |
9 | <meta property="og:title" content="$title" /> |
10 | <meta property="og:description" content="$summary" /> |
11 | <meta property="og:type" content="website" /> |
12 | <meta property="og:image" content="$banner" /> |
13 | <meta property="og:url" content="https://joshstock.in$permalink" /> |
14 | <style>$css</style> |
15 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
16 | </head> |
17 | <body> |
18 | <div class="blog-center"> |
19 | <span><a href="/blog">← Back to archive</a></span> |
20 | <h1>Josh Stockin</h1> |
21 | <img class="blog-banner" style="background-image: url($banner)"/> |
22 | <h2>$title</h2> |
23 | <p><code>$date</code></p> |
24 | $content |
25 | <p><a href="$permalink">Article Permalink</a></p> |
26 | $copyright |
27 | </div> |
28 | </body> |
29 | </html> |
30 |
|