removed development options from cargo.toml
This commit is contained in:
parent
5cec8e5466
commit
7504ab47b0
3 changed files with 5 additions and 15 deletions
|
@ -16,10 +16,6 @@
|
|||
{% block title %}{{ config.title }}{% endblock title %}
|
||||
</title>
|
||||
|
||||
{% for theme in config.extra.zulma_themes %}
|
||||
<link rel="preload" as="style" href="{{ get_url(path=theme ~ ".css", trailing_slash=false) }}" />
|
||||
{% endfor %}
|
||||
|
||||
{% block css %}
|
||||
{{ index_macros::css() }}
|
||||
{% endblock css %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue