We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfded4 commit cf7535bCopy full SHA for cf7535b
_config.yml
@@ -4,7 +4,7 @@ subtitle: Where the coders belong
4
email: info@dvcoders.com
5
description: DVCoders club website
6
baseurl: "" # the subpath of your site, e.g. /blog/
7
-url: "http://dvcoders.github.io" # the base hostname & protocol for your site
+url: "https://dvcoders.github.io" # the base hostname & protocol for your site
8
twitter_username: dvcoders
9
github_username: dvcoders
10
facebook_username:
_sass/_base.scss
@@ -1,4 +1,4 @@
1
-@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100);
+@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,100);
2
3
/**
* Reset some basic elements
0 commit comments