diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-01-22 18:14:46 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-01-22 18:23:09 +0700 |
commit | 6d77563f8448abb9470edaacbcfa4218a0bec5d6 (patch) | |
tree | 85bb0d7042dd00c76eedc5c8603445bb59e8a03b | |
parent | c0a9d83fa3361b9c352fdc2ec8bf2bdee7fbe309 (diff) | |
download | community.vyos.net-6d77563f8448abb9470edaacbcfa4218a0bec5d6.tar.gz community.vyos.net-6d77563f8448abb9470edaacbcfa4218a0bec5d6.zip |
Move LTS and snapshots to /get/ section.
-rw-r--r-- | site/get/index.md (renamed from site/get.md) | 0 | ||||
-rw-r--r-- | site/get/lts.md (renamed from site/lts.md) | 0 | ||||
-rw-r--r-- | site/get/snapshots.md (renamed from site/snapshots.md) | 0 | ||||
-rw-r--r-- | soupault.conf | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/site/get.md b/site/get/index.md index 1218474..1218474 100644 --- a/site/get.md +++ b/site/get/index.md diff --git a/site/lts.md b/site/get/lts.md index 6a38031..6a38031 100644 --- a/site/lts.md +++ b/site/get/lts.md diff --git a/site/snapshots.md b/site/get/snapshots.md index 67845ad..67845ad 100644 --- a/site/snapshots.md +++ b/site/get/snapshots.md diff --git a/soupault.conf b/soupault.conf index 0f8c779..8738cc5 100644 --- a/soupault.conf +++ b/soupault.conf @@ -37,5 +37,5 @@ selector = "div#content" action = "append_child" - page = "snapshots.md" + page = "get/snapshots.md" profile = "live" |