-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% ckan_extends %} | ||
|
||
{% block styles %} | ||
{{ super() }} | ||
{% resource 'theme/ozwillo.css' %} | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,800"> | ||
{% endblock %} | ||
|
||
{% block links %} | ||
<link rel="shortcut icon" href="/img/data.ico" /> | ||
{% endblock %} | ||
|
||
|
||
{% block body_extras %} | ||
{{ super() }} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,12 +132,11 @@ <h2>A sidebar item</h2> | |
|
||
{%- block scripts %} | ||
<script type="application/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script> | ||
{% resource 'theme/ozwillo.js' %} | ||
{% resource 'theme/particles-loading.js' %} | ||
{% resource 'base/main' %} | ||
{% resource 'base/ckan' %} | ||
{% asset 'theme/ozwillo' %} | ||
{# % asset 'base/main' % rather in webassets.yml #} | ||
{# % asset 'base/ckan' % rather in webassets.yml #} | ||
{% if g.tracking_enabled %} | ||
{% resource 'base/tracking.js' %} | ||
{% asset 'base/tracking' %} | ||
{% endif %} | ||
{{ super() }} | ||
{% endblock -%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters