Añade datos para capturar de la página [mdbook]
This commit is contained in:
parent
385da3c325
commit
3297c24082
3 changed files with 6 additions and 22 deletions
6
website/doc/theme/index.hbs
vendored
6
website/doc/theme/index.hbs
vendored
|
|
@ -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 }}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue