From 975e887d3e92dba3040ade3fefc4c0cb908f9752 Mon Sep 17 00:00:00 2001 From: Henrique Branco Date: Tue, 1 Oct 2024 15:58:55 -0300 Subject: [PATCH] fix: adiciona config GA --- book/_config.yml | 4 +++- book/_templates/layout.html | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 book/_templates/layout.html diff --git a/book/_config.yml b/book/_config.yml index 6de6e88..b48e26f 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -44,4 +44,6 @@ parse: sphinx: config: mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js - language: pt \ No newline at end of file + language: pt + templates_path: + - _templates \ No newline at end of file diff --git a/book/_templates/layout.html b/book/_templates/layout.html new file mode 100644 index 0000000..8243500 --- /dev/null +++ b/book/_templates/layout.html @@ -0,0 +1,15 @@ +{%- extends "!layout.html" %} +{%- block extrahead %} +{{ super() }} + + + + + +{%- endblock %} \ No newline at end of file