Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Added bit.ly verification
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Oct 8, 2011
1 parent 1813e2b commit 6b4d9b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions _layouts/default.html
Expand Up @@ -14,7 +14,7 @@
<!-- CSS -->
<link rel="stylesheet" href="http://robbieio.s3.amazonaws.com/css/style.css" type="text/css" media="screen, projection" />

<!-- favicons -->
<!-- Favicons -->
<link rel="shortcut icon" type="image/x-icon" href="http://robbieio.s3.amazonaws.com/images/new_rt.png" />
<link rel="icon" type="image/x-icon" href="http://robbieio.s3.amazonaws.com/images/new_rt.png" />

Expand All @@ -38,6 +38,8 @@
<meta property="fb:admins" content="{{ site.facebook_uid }}" name="fb:admins"/>
<meta property="fb:app_id" content="295385377144096">

<!-- Bit.ly -->
<meta name="bitly-verification" content="1f83bf0bbdf5"/>

<!-- SEO -->
<meta name="keywords" content="robbie trencheny, robbie, trencheny, mac, apple, startup, video chat, video, music, electronic, hacking, hackerspaces, oakland, california, oakland california, bay area, nerd, geek, teen" />
Expand All @@ -51,12 +53,13 @@
<meta name="viewport" content="width = device-width, initial-scale = 0.5, maximum-scale = 5" />
<link rel="apple-touch-icon-precomposed" href="{{ site.url }}/images/new_rt.png"/>

<!-- jQuery and externals -->
<!-- JavaScript -->
<script type="text/javascript" src="http://robbieio.s3.amazonaws.com/js/script.min.js"></script>

</head>
<body>
<div id="fb-root"></div>
<!-- Facebook -->
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
Expand Down
4 changes: 3 additions & 1 deletion _layouts/post.html
Expand Up @@ -17,8 +17,10 @@ <h2 class="entry-title">{{ page.title }}</h2>
</article>
{% if page.category %}
<!-- Categories -->
<p>Posted in: <a href="/categories/{{ page.category }}/">{{ page.category }}</a></p><br/>
<p>Posted in: <a href="/categories/{{ page.category }}/">{{ page.category }}</a></p>
{% endif %}
<!-- Number of words -->
<p>An entry of {{ page.content | number_of_words }} words</p><br/>
{% if page.social %}
<!-- Social buttons -->
<div class="fb-like" data-href="{{ site.url }}{{ page.url }}" data-send="true" data-layout="button_count" data-width="225" data-show-faces="false" data-colorscheme="dark" data-font="lucida grande"></div>
Expand Down
2 changes: 0 additions & 2 deletions _layouts/post_layout.html
Expand Up @@ -25,8 +25,6 @@
<meta property="og:image" content="http://robbieio.s3.amazonaws.com/images/new_rt.png" />
<meta property="og:title" content="{{ page.title }}">
<meta property="article:published_time" content="{{ page.date | date: "%m/%d/%Y" }}">
<meta property="article:modified_time" content="{{ page.date | date: "%m/%d/%Y" }}">
<meta property="article:expiration_time" content="{{ page.date | date: "%m/%d/%Y" }}">
<meta property="article:author" content="{{ site.url }}/about.html">
<meta property="article:tag" content="{{ page.category }}">
<meta property="robbieio:owner:street_address" content="100 Grand Avenue, Apt 1212">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2011-08-26-on-jekyll.markdown
Expand Up @@ -11,4 +11,4 @@ Well, Tumblr wasn't working out for me. It felt too... immature. I was flooded w

So, what am I planning to blog? Well, not much for now. I hope to start showing off code snippets and applications I am building so that you, the reader, will find some use in this blog.

-r
-r

0 comments on commit 6b4d9b2

Please sign in to comment.