Skip to content

Commit

Permalink
Merge pull request #367 from vim-awesome/https
Browse files Browse the repository at this point in the history
Switch a few static assets to https
  • Loading branch information
captbaritone committed Aug 15, 2017
2 parents 9d06c29 + eee81cb commit 9351684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/restart_rethinkdb_and_server.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

HOST="http://vimawesome.com"
HOST="https://vimawesome.com"

echo "Restarting RethinkDB"
sudo service rethinkdb restart
Expand Down
4 changes: 2 additions & 2 deletions web/templates/index.html
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<meta name="description" content="Awesome Vim plugins from across the universe">
<meta property="og:image" content="http://vimawesome.com/static/img/og.png">
<meta property="og:image" content="https://vimawesome.com/static/img/og.png">
<meta property="og:description" content="Awesome Vim plugins from across the universe">

{% if env == 'prod' %}
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700|Open+Sans:400,300,200,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700|Open+Sans:400,300,200,700' rel='stylesheet' type='text/css'>
{% else %}
<link rel="stylesheet" href="/static/css/fonts.css"/>
{% endif %}
Expand Down

0 comments on commit 9351684

Please sign in to comment.