summaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authoruvok cheetah2019-05-21 20:47:11 +0200
committeruvok cheetah2019-05-23 17:59:42 +0200
commit701a8c01fef8408418850dcbbe4cf42de1088c1e (patch)
treebb569078e2a2aa61d653c9e87cc0733950a7de96 /_includes/head.html
parent7b3170100da98fc8e4dc52d3bbe4c8af422c1b8a (diff)
"Restart" project: switch to minima theme via Gemfile
undoing my modifications
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/_includes/head.html b/_includes/head.html
deleted file mode 100644
index 1598d6f..0000000
--- a/_includes/head.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
- <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
-
- <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
- <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
- <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
-</head>