Skip to content

Commit

Permalink
🐛 Access the icon front through https
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip J. Dekker committed Apr 27, 2017
1 parent e617123 commit a6fbddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.1] - 2017-04-27
### Fixed
- Access the material icon font through https.

## [0.3.0] - 2017-04-27
### Added
- Searching within involvement admin will now search more fields.
Expand Down
2 changes: 1 addition & 1 deletion website/website/templates/skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</title>


<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
{% compress css %}
<link href="{% static 'sass/noyce.scss' %}" rel="stylesheet" type="text/x-scss" id="css-primary">
{% endcompress %}
Expand Down

0 comments on commit a6fbddc

Please sign in to comment.