Añade datos para capturar de la página [mdbook]

This commit is contained in:
Manuel Cillero 2022-07-28 00:08:15 +02:00
parent 385da3c325
commit 3297c24082
3 changed files with 6 additions and 22 deletions

View file

@ -1,3 +1,9 @@
<!-- Lang: "{{ language }}" -->
<!-- Title: "{{ title }}" -->
<!-- Description: "{{ description }}" -->
<!-- Print: {{#if print_enable}}enabled{{else}}disabled{{/if}} -->
<!-- MathJax: {{#if mathjax_support}}supported{{else}}unsupported{{/if}} -->
<!-- Provide site root to javascript -->
<script type="text/javascript">
var path_to_root = "{{ path_to_root }}";