zeek/doc/_templates/layout.html
2018-12-19 16:32:03 -06:00

7 lines
238 B
HTML

{% extends "!layout.html" %}
{% if READTHEDOCS and current_version %}
{% if current_version == "latest" or current_version == "stable" %}
{% set current_version = current_version ~ " (" ~ version ~ ")" %}
{% endif %}
{% endif %}