f0ckv2/views/main/header.html

19 lines
767 B
HTML
Raw Normal View History

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