diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 6f331368..9dfd506d 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -80,21 +80,24 @@ {# /.tb-container #} {% if pagename == "index" %} +{% set download_url = 'https://github.com/fmtlib/fmt/releases/download' %}

{fmt}

Small, safe and fast formatting library

+ href="{{download_url}}/{{version}}/fmt-{{version}}.zip"> Download - - {# TODO: update downloads automatically #} +
@@ -111,7 +114,7 @@ {% block content %}
- {# TODO: integrate sidebar + {# Sidebar is currently disabled.