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:
parent
f181e40568
commit
328b874bdf
15
source/humans.txt.erb
Normal file
15
source/humans.txt.erb
Normal 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
|
||||||
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user