diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 17:07:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 17:07:13 +0300 |
commit | 2d18ff5bd681ef5ee1c565fe8badb3a908bc11d9 (patch) | |
tree | 54468dbeb105ecbe5eda58ae4c58df45f5d7b9c9 /index.html | |
parent | bump jekyll-theme (diff) | |
download | wireguard-config-2d18ff5bd681ef5ee1c565fe8badb3a908bc11d9.tar.gz wireguard-config-2d18ff5bd681ef5ee1c565fe8badb3a908bc11d9.zip |
index.html: reuse site.settings.project.name
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ params: example: 2606:4700:4700::1111,2606:4700:4700::1001 advanced: true --- -<h1>WireGuard configuration</h1> +<h1>{{ site.settings.project.name }}</h1> <div class="row"> <div class="col-md-8"> |