Created
November 28, 2012 08:10
-
-
Save buk/4159789 to your computer and use it in GitHub Desktop.
The gauges html file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if site.gauges_tracking_id %} | |
<script type="text/javascript"> | |
var _gauges = _gauges || []; | |
(function() { | |
var t = document.createElement('script'); | |
t.type = 'text/javascript'; | |
t.async = true; | |
t.id = 'gauges-tracker'; | |
t.setAttribute('data-site-id', '{{ site.gauges_tracking_id }}'); | |
t.src = '//secure.gaug.es/track.js'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(t, s); | |
})(); | |
</script> | |
{% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta charset="utf-8"> | |
<title>$insertYourFavoriteProgrammingLanguageHere</title> | |
<meta name="author" content="Sebastian"> | |
<meta name="description" content=" Hello World - helloWorld.rb 1 | |
puts 'Hello World' "> | |
<!-- http://t.co/dKP3o1e --> | |
<meta name="HandheldFriendly" content="True"> | |
<meta name="MobileOptimized" content="320"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="canonical" href="http://buk.eridanus.uberspace.de/"> | |
<link href="/favicon.png" rel="icon"> | |
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | |
<script src="/javascripts/modernizr-2.0.js"></script> | |
<script src="/javascripts/ender.js"></script> | |
<script src="/javascripts/octopress.js" type="text/javascript"></script> | |
<link href="/atom.xml" rel="alternate" title="$insertYourFavoriteProgrammingLanguageHere" type="application/atom+xml"> | |
<!--Fonts from Google"s Web font directory at http://google.com/webfonts --> | |
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | |
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | |
Included file 'custom/gauges.html' not found in _includes directory | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment