mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
19 lines
637 B
HTML
19 lines
637 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">
|
|
|
|
{% seo %}
|
|
|
|
<link rel="stylesheet" href="{{ '/css/main.css' | relative_url }}" media="screen">
|
|
<link rel="icon" href="{{ '/static/favicon.png' | relative_url }}" type="image/x-icon">
|
|
{% if site.searchconfig %}
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
|
|
{% endif %}
|
|
|
|
{% comment %}
|
|
For our RSS feed.xml
|
|
https://help.github.com/articles/atom-rss-feeds-for-github-pages/
|
|
{% endcomment %}
|
|
{% feed_meta %}
|
|
</head>
|