mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-26 15:16:15 +01:00
Fix assets URL
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- assets absolute URL -->
|
||||
{% set assets = config.site_url ~ 'assets' %}
|
||||
{% set assets = config.site_url ~ '/assets' %}
|
||||
|
||||
<!-- Some meta tags -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ assets }}/meta/apple-touch-icon-57x57.png">
|
||||
|
||||
Reference in New Issue
Block a user