Added humans.txt
This commit is contained in:
parent
de4f416f17
commit
49ece27357
10
source/humans.txt
Normal file
10
source/humans.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
/* TEAM */
|
||||||
|
Developer: Oliver Davies
|
||||||
|
Site: http://www.oliverdavies.co.uk
|
||||||
|
Twitter: @opdavies
|
||||||
|
Location: Wales, UK
|
||||||
|
|
||||||
|
/* SITE */
|
||||||
|
Doctype: HTML5
|
||||||
|
Software: PhpStorm, Sublime Text
|
||||||
|
Technologies: Sculpin, PHP, SASS/Compass, HTML5
|
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="{% if page.front == true %}{{ site.description }}{% else %}{{ page.description }}{% endif %}">
|
<meta name="description" content="{% if page.front == true %}{{ site.description }}{% else %}{{ page.description }}{% endif %}">
|
||||||
|
<link rel="author" href="{{ site.url }}/humans.txt" />
|
||||||
<title>{% if (page.front == true) and (site.subtitle) %}{{ site.subtitle }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}</title>
|
<title>{% if (page.front == true) and (site.subtitle) %}{{ site.subtitle }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('assets/css/styles.css') }}">
|
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('assets/css/styles.css') }}">
|
||||||
|
|
Loading…
Reference in a new issue