diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 02:38:59 +0300 |
commit | e68f7cf6c7fadb1bceea955a4caf40954d9b024e (patch) | |
tree | 5fe6a1ac66ed98571674ab6686e1742a46812eb8 /_data/navbar.yml | |
parent | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (diff) | |
download | popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.tar.xz popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.zip |
Moved actual template site
Diffstat (limited to '_data/navbar.yml')
-rw-r--r-- | _data/navbar.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_data/navbar.yml b/_data/navbar.yml new file mode 100644 index 0000000..dd8906b --- /dev/null +++ b/_data/navbar.yml @@ -0,0 +1,5 @@ +- title: "Home" + path: "/" + +- title: "Blog" + path: "/blog/" |