mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
7 lines
238 B
HTML
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 %}
|