2021-04-17 10:43:23 +02:00
|
|
|
<!cocktype big f0ck>
|
2021-04-17 19:55:25 +02:00
|
|
|
<html lang="en" theme="{{if typeof theme !== "undefined" }}{{=theme}}{{/if}}">
|
2020-04-08 02:19:20 +02:00
|
|
|
<head>
|
|
|
|
<title>{{if data.title}}{{=data.title}}{{else}}f0ck!{{/if}}</title>
|
2021-03-03 05:34:57 +01:00
|
|
|
<link rel="icon" type="image/gif" href="/s/img/favicon.gif" />
|
2021-04-17 10:43:23 +02:00
|
|
|
<link rel="stylesheet" href="/s/css/f0ck.css">
|
2021-04-22 04:12:40 +02:00
|
|
|
<meta charset="utf-8" />
|
2020-04-08 02:19:20 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
{{if data.item}}
|
|
|
|
<meta property="og:site_name" content="f0ck.me" />
|
2021-05-25 14:44:35 +02:00
|
|
|
{{if item.tags}}
|
|
|
|
<meta property="og:description" content="{{each item.tags as tag}}{{=tag.tag.replace(/[\\$'"]/g, "\\$&")}},{{/each}}f0ck" />
|
|
|
|
<meta name="description" content="{{each item.tags as tag}}{{=tag.tag.replace(/[\\$'"]/g, "\\$&")}},{{/each}}f0ck" />
|
|
|
|
{{/if}}
|
2020-04-08 02:19:20 +02:00
|
|
|
<meta property="og:image" content="{{=item.thumbnail}}" />
|
2021-05-25 14:44:35 +02:00
|
|
|
{{else}}
|
|
|
|
<meta name="description" content="f0ck.me is the place where internet purists gather to celebrate content of all kinds">
|
2020-04-08 02:19:20 +02:00
|
|
|
{{/if}}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{include snippets/navbar}}
|