mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-27 09:01:39 +00:00
Create initial Jekyll Site
This commit is contained in:
16
_includes/footer.html
Normal file
16
_includes/footer.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<footer class="site-footer h-card">
|
||||
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
||||
<div class="wrapper">
|
||||
<div class="footer-col-wrapper">
|
||||
<div class="footer-col footer-col-1">
|
||||
<p>© 2018</p>
|
||||
</div>
|
||||
<div class="footer-col footer-col-2">
|
||||
</div>
|
||||
<div class="footer-col footer-col-3">
|
||||
<p>Powered by <a href="https://jekyllrb.com/">Jekyll</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
23
_includes/head.html
Normal file
23
_includes/head.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{%- if page.layout == 'home' -%}
|
||||
<title>{{ site.title }} | {%- if site.tagline -%}{{ site.tagline }}{%- endif -%}</title>
|
||||
{%- seo title=false -%}
|
||||
{%- else -%}
|
||||
{%- seo -%}
|
||||
{%- endif -%}
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="{{ "/apple-touch-icon.png" | relative_url }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/favicon-32x32.png" | relative_url }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/favicon-16x16.png" | relative_url }}">
|
||||
<link rel="manifest" href="{{ "/site.webmanifest" | relative_url }}">
|
||||
<link rel="mask-icon" href="{{ "/safari-pinned-tab.svg" | relative_url }}" color="#da532c">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
||||
{%- feed_meta -%}
|
||||
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
||||
{%- include google-analytics.html -%}
|
||||
{%- endif -%}
|
||||
</head>
|
||||
Reference in New Issue
Block a user