mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
19 lines
938 B
HTML
19 lines
938 B
HTML
![]() |
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="shortcut icon" href="https://newsblur.com/media/img/favicon.ico" type="image/png" />
|
||
|
<link rel="icon" href="https://newsblur.com/media/img/favicon_32.png" sizes="32x32"/>
|
||
|
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
|
||
|
|
||
|
{%- seo -%}
|
||
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
||
|
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
|
||
|
{% comment %} debug {% endcomment %} <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/731824/css/fonts.css" />
|
||
|
|
||
|
{%- feed_meta -%}
|
||
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
||
|
{%- include google-analytics.html -%}
|
||
|
{%- endif -%}
|
||
|
</head>
|