We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e684f commit 99690c6Copy full SHA for 99690c6
_includes/head.html
@@ -32,6 +32,7 @@
32
33
<link rel="stylesheet" href="{{ "/assets/styles/main.css" | relative_url }}">
34
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
35
+ <link rel="author" href="https://plus.google.com/109730836902589271473"/>
36
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ " /feed.xml
37
" | relative_url }}"> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
38
<link rel="manifest" href="/assets/manifest.json">
robots.txt
@@ -0,0 +1,6 @@
1
+---
2
+layout: null
3
4
+
5
+User-agent: *
6
+Sitemap: {{ site.url }}/sitemap.xml
0 commit comments