diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 20:51:02 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:05 +0300 |
| commit | fecd18c77b8b991f7cb9e1eda052c78f5a419d0d (patch) | |
| tree | 3a793628d3a1547eb673d41bd8aeb146699632f2 /res | |
| parent | 140b6845eb7eed74b4d63cbda4ad2c2afdfd65d4 (diff) | |
fragment.d/css: domain specific css customization
Diffstat (limited to 'res')
| -rw-r--r-- | res/domain-fragment.d/default/template.d/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/domain-fragment.d/default/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html index 7369984d..8ebc5086 100644 --- a/res/domain-fragment.d/default/template.d/base.html +++ b/res/domain-fragment.d/default/template.d/base.html @@ -8,6 +8,8 @@ <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"> + {% endblock %} </head> <body> |
