Insert a dynamic template for multiversion rendering

This commit is contained in:
kaiyou
2017-11-04 21:38:29 +01:00
parent 8746fafc14
commit 70c32787d6
2 changed files with 12 additions and 1 deletions

2
docs/_templates/layout.html vendored Normal file
View File

@@ -0,0 +1,2 @@
{% set version=github_version %}
{% extends "!layout.html" %}