opensearch-docs-cn/_includes/head_custom.html
Miki f97cd15b7d
Use the modified dates of files in the sitemap (#3774)
* The extracted dates are also added as a comment to the `head` of HTML pages

Signed-off-by: Miki <miki@amazon.com>
2023-04-14 12:03:52 -04:00

17 lines
653 B
HTML
Executable File

{% if site.anchor_links != nil %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"></script>
{% endif %}
{% if page.has_math == true %}
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script>
{% endif %}
{% if jekyll.environment == "development" %}
<script src="{{ '/assets/js/version-selector.js' | relative_url }}"></script>
{% else %}
<script src="{{ '/docs/latest/assets/js/version-selector.js' }}"></script>
{% endif %}
<!-- Last-Modified: {% last_modified_at %} -->