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 property="og:title" content="Josh Stockin - $title" /> |
7 | <meta property="og:type" content="website" /> |
8 | <meta property="og:image" content="$banner" /> |
9 | <meta property="og:url" content="https://joshstock.in$permalink" /> |
10 | <style>$css</style> |
11 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
12 | </head> |
13 | <body> |
14 | <div class="blog-center"> |
15 | <span><a href="/blog">← Back to archive</a></span> |
16 | <h1>Josh Stockin</h1> |
17 | <img class="blog-banner" style="background-image: url($banner)"/> |
18 | <h2>$title</h2> |
19 | <p><code>$date</code></p> |
20 | $content |
21 | <p><a href="$permalink">Permalink</a></p> |
22 | <code id="copyright">$copyright</code> |
23 | </div> |
24 | </body> |
25 | </html> |
26 |
|