mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 19:17:09 +08:00
Remove unnecessary Talk branding (#2271)
* Remove Talk copy from Login view * Remove favicon from base template and only use it for admin view
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
{% block title %}Talk Admin{% endblock %}
|
||||
|
||||
{# Favicon Configuration #}
|
||||
{% include "partials/favicon.njk" %}
|
||||
|
||||
{% block css %}
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
||||
<link href="https://code.getmdl.io/1.2.1/material.min.css" rel="stylesheet">
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{% extends "templates/base.njk" %}
|
||||
|
||||
{% block title %}Talk - Login{% endblock %}
|
||||
{% block title %}Login{% endblock %}
|
||||
|
||||
{% block css %}
|
||||
<link href="{{ resolve('coral-login/bundle.css')}}" rel="stylesheet">
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
{% block meta %}{% endblock %}
|
||||
|
||||
{# Favicon Configuration #}
|
||||
{% include "partials/favicon.njk" %}
|
||||
|
||||
{# CSP and security headers #}
|
||||
{% block security %}{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user