Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dhamaniasad authored Mar 3, 2018
1 parent ed1874f commit 54a7412
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions crestify/templates/manager/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.11.2/js/standalone/selectize.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="//use.typekit.net/xit4ufx.js"></script>
<script>try {
Typekit.load();
} catch (e) {
}</script>
{% assets output="gen/packed.css", "css/site.css" %}
<link rel="stylesheet" href="{{ ASSET_URL }}"/>
{% endassets %}

<script>
try {
Typekit.load();
} catch (e) {
}
</script>
<link href="{{url_for('static', filename='css/site.css')}}"
<title>
{% block title %} {{ title }} {% endblock %} - Crestify
</title>
Expand Down

0 comments on commit 54a7412

Please sign in to comment.