mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 10:56:49 +08:00
resolved custom css loading issue
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
{% block css %}
|
||||
<link href="{{ resolve('embed/stream/default.css')}}" rel="stylesheet">
|
||||
<link href="{{ resolve('embed/stream/bundle.css')}}" rel="stylesheet">
|
||||
|
||||
{# Custom CSS is included after the CSS block so that it's overrides will apply #}
|
||||
{% include "partials/custom-css.njk" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block html %}
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
|
||||
{% block css %}
|
||||
<link href="{{ resolve('coral-login/bundle.css')}}" rel="stylesheet">
|
||||
|
||||
{# Custom CSS is included after the CSS block so that it's overrides will apply #}
|
||||
{% include "partials/custom-css.njk" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block html %}
|
||||
|
||||
@@ -3,4 +3,7 @@
|
||||
{% block css %}
|
||||
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
|
||||
<link rel="stylesheet" href="{{ BASE_PATH }}public/css/admin.css">
|
||||
|
||||
{# Custom CSS is included after the CSS block so that it's overrides will apply #}
|
||||
{% include "partials/custom-css.njk" %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" rel="stylesheet">
|
||||
{% include "partials/custom-css.njk" %}
|
||||
{% block css %}{% endblock %}
|
||||
|
||||
{# Static data injection #}
|
||||
|
||||
Reference in New Issue
Block a user