Skip to content

Commit

Permalink
Social header and css fixes. Refs #29, Refs #30
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jun 17, 2015
1 parent 0cc6b60 commit 30f30e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions application/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@
ga('create', 'UA-59148878-1', 'auto');
ga('send', 'pageview');
</script>
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"name" : "Toolwatch",
"url" : "http://toolwatch.io",
"logo": "http://toolwatch.io/assets/img/toolwatch-square.jpg"
"sameAs" : [ "https://www.facebook.com/Toolwatch",
"https://twitter.com/ToolwatchApp",
"https://www.pinterest.com/toolwatch/",
"https://instagram.com/toolwatchapp/",
"https://plus.google.com/104724190750629608501/"]
}
</script>
<?php
foreach($styleSheets as $css) { echo '<link rel="stylesheet" href="'.css_url($css).'?'.time().'">'; }
foreach($javaScripts as $js) { echo '<script src="'.js_url($js).'"></script>'; }
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ footer a
{
color: white;
}
footer a:hover
footer a:hover, footer a:focus
{
color: rgba(255,255,255,.7);
}
Expand Down

0 comments on commit 30f30e9

Please sign in to comment.