Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion layouts/partials/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</footer>

<link rel="stylesheet" href="/static/css/prism-tomorrow.css" media="all">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js" async defer></script>
<script type="text/javascript">
var $scrollToTop = document.getElementById('scrollToTop');
(window.onscroll = function() {
Expand Down
3 changes: 1 addition & 2 deletions layouts/partials/html-head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
<link rel="alternate" href="/{{ ../site.locale }}/{{ link }}" title="{{ text }}" type="application/rss+xml">
{{/each}}
<link rel="stylesheet" href="/{{ site.locale }}/styles.css" media="all">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600">
<script>
var WebFontConfig = { google: { families: ['Source Sans Pro:400,600'] } };
!function(n,o,d,e,j,s){n.GoogleAnalyticsObject=d;n[d]||(n[d]=function(){
(n[d].q=n[d].q||[]).push(arguments)});n[d].l=+new Date;j=o.createElement(e);
s=o.getElementsByTagName(e)[0];j.async=1;j.src='//www.google-analytics.com/analytics.js';
Expand Down