mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
update favicon and titles
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 15 KiB |
@@ -1,4 +1,4 @@
|
||||
site_name: n8n Documentation
|
||||
site_name: n8n Docs
|
||||
site_url: https://docs.n8n.io/
|
||||
site_description: Documentation for n8n, a workflow automation platform.
|
||||
theme:
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block htmltitle %}
|
||||
|
||||
{% if page.meta and page.meta.title %}
|
||||
<title>{{ page.meta.title }} | {{ config.site_name }} </title>
|
||||
{% elif page.title and not page.is_homepage %}
|
||||
<title>{{ page.title | striptags }} | {{ config.site_name }} </title>
|
||||
{% else %}
|
||||
<title>{{ config.site_name }}</title>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block libs %}
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
|
||||
Reference in New Issue
Block a user