mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Small typo
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<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 #}
|
||||
{# Custom CSS is included after the CSS block so that its overrides will apply #}
|
||||
{% include "partials/custom-css.njk" %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
{% 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 #}
|
||||
{# Custom CSS is included after the CSS block so that its overrides will apply #}
|
||||
{% include "partials/custom-css.njk" %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
<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 #}
|
||||
{# Custom CSS is included after the CSS block so that its overrides will apply #}
|
||||
{% include "partials/custom-css.njk" %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user