1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Add humans.txt

This commit is contained in:
Holger Just 2015-12-05 18:42:28 +01:00
parent f181e40568
commit 328b874bdf
2 changed files with 16 additions and 0 deletions

15
source/humans.txt.erb Normal file
View File

@ -0,0 +1,15 @@
/* AUTHOR */
Name: <%= blog_author.name %>
Twitter: @<%= blog_author.twitter %>
From: <%= blog_author.location %>
/* THANKS */
You know who you are. <3
/* SITE */
Last update: <%= Date.today.strftime(blog_settings.date_format) %>
URL: <%= blog_settings.url %>
Language: Deutsch / English
Doctype: HTML5
Technologies: Middleman, HAML, SCSS

View File

@ -33,6 +33,7 @@
= favicon_tag 'images/favicon.ico' = favicon_tag 'images/favicon.ico'
= stylesheet_link_tag :application = stylesheet_link_tag :application
%link{rel: :stylesheet, type: 'text/css', href: '//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400'} %link{rel: :stylesheet, type: 'text/css', href: '//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400'}
%link{rel: 'author', type: 'text/plain', href: '/humans.txt'}
%body{class: "#{page_class} nav-closed"} %body{class: "#{page_class} nav-closed"}
= partial(:navigation) = partial(:navigation)