File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 6
6
{# Import the theme's layout. #}
7
7
{% extends "base.html" %}
8
8
9
+ {% block scripts %}
10
+ < script src ="https://cmp.osano.com/Azqe5vTyLOSbN3OuT/49ad85b5-0418-4794-ab81-7599dddd534c/osano.js "> </ script >
11
+ {{ super() }}
12
+ {% endblock %}
13
+
14
+ {% block extrahead %}
15
+ {{ super() }}
16
+ {% set title = config.site_name %}
17
+ {% if page and page.meta and page.meta.title %}
18
+ {% set title = title ~ " - " ~ page.meta.title %}
19
+ {% elif page and page.title and not page.is_homepage %}
20
+ {% set title = title ~ " - " ~ page.title %}
21
+ {% endif %}
22
+ < meta property ="og:type " content ="website " />
23
+ < meta property ="og:title " content ="{{ title }} " />
24
+ < meta property ="og:image " content ="https://docs.percona.com/postgresql/17/_images/postgresql.png ">
25
+ < meta property ="og:url " content ="https://docs.percona.com/postgresql/ ">
26
+ </ head >
27
+ < body >
28
+ </ body >
29
+ </ html>
30
+ {% endblock %}
9
31
10
32
{% block site_nav %}
11
33
{% if nav %}
You can’t perform that action at this time.
0 commit comments