Skip to content

Commit 99690c6

Browse files
author
Houssein Djirdeh
committed
add robots + ga account
1 parent 78e684f commit 99690c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<link rel="stylesheet" href="{{ "/assets/styles/main.css" | relative_url }}">
3434
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
35+
<link rel="author" href="https://plus.google.com/109730836902589271473"/>
3536
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ " /feed.xml
3637
" | relative_url }}"> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
3738
<link rel="manifest" href="/assets/manifest.json">

robots.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: null
3+
---
4+
5+
User-agent: *
6+
Sitemap: {{ site.url }}/sitemap.xml

0 commit comments

Comments
 (0)