Skip to content

Commit 9fdd905

Browse files
committed
https all the things
Fix #313
1 parent bba9f49 commit 9fdd905

File tree

6 files changed

+453
-5
lines changed

6 files changed

+453
-5
lines changed

docs/_config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
title: "jekyll-import • Import your old & busted site to Jekyll"
2+
url: https://import.jekyllrb.com
23
highlighter: rouge
34
relative_permalinks: false
45
permalink: /news/:year/:month/:day/:title/
@@ -11,3 +12,6 @@ collections:
1112
output: true
1213
importers:
1314
output: true
15+
16+
sass:
17+
style: compressed

docs/_includes/top.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1">
77
<link rel="alternate" type="application/rss+xml" title="Jekyll • Simple, blog-aware, static sites - Feed" href="/feed.xml" />
88
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="{{ site.repository }}/commits/master.atom" />
9-
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
10-
<link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
9+
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic" rel="stylesheet">
10+
<link href="https://fonts.googleapis.com/css?family=Arizonia" rel="stylesheet">
1111
<link rel="stylesheet" href="{{ site.url }}/css/style.css" />
1212
<link rel="icon" type="image/x-icon" href="{{ site.url }}/favicon.png" />
1313
<script src="{{ site.url }}/js/modernizr-2.5.3.min.js"></script>
File renamed without changes.

0 commit comments

Comments
 (0)