/[sudobot]/trunk/docs/overrides/main.html
ViewVC logotype

Annotation of /trunk/docs/overrides/main.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 121 - (hide annotations)
Mon Jul 29 17:28:40 2024 UTC (8 months, 1 week ago) by rakin
File MIME type: text/html
File size: 765 byte(s)
Add documentation
1 rakin 118 {% extends "base.html" %}
2    
3     {% block site_meta %}
4     <meta name="description" content="SudoBot Docs. The ultimate solution for discord server moderation.">
5 rakin 119 {% if page and page.meta and page.meta.title %}
6     <meta name="og:title" content="{{ page.meta.title }} - {{ config.site_name }}">
7     {% elif page and page.title and not page.is_homepage %}
8     <meta name="og:title" content="{{ page.title | striptags }} - {{ config.site_name }}">
9     {% else %}
10     <meta name="og:title" content="{{ config.site_name }}">
11     {% endif %}
12 rakin 118 <meta name="og:description" content="SudoBot Docs. The ultimate solution for discord server moderation.">
13 rakin 120 <meta name="og:image" content="{{ base_url }}/assets/images/sudobot.png">
14 rakin 119 <meta name="og:color" content="#007bff">
15 rakin 121 {% endblock %}

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26