diff options
| -rw-r--r-- | res/domain-fragment.d/default/template.d/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/domain-fragment.d/default/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html index 8ebc5086..fdd98c80 100644 --- a/res/domain-fragment.d/default/template.d/base.html +++ b/res/domain-fragment.d/default/template.d/base.html @@ -8,7 +8,7 @@ <link rel="shortcut icon" href="/static/img/favicon2.ico" /> <link href="/static/css/style.css" rel="stylesheet" type="text/css"> - <link href="/fragment.d/css/style.css" rel="stylesheet" type="text/css"> + <link href="{{ fragment_d_path }}/css/style.css" rel="stylesheet" type="text/css"> {% endblock %} </head> |
