diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-27 21:43:29 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-27 21:43:29 -0400 |
| commit | 4193d2210f9dadb995eb2f37677af431077a5133 (patch) | |
| tree | 77c8e1368a0c92f7d6d55513b75582c624e8cd0c /_data | |
| parent | 183106a7188ca0b8bfa056f50490d3ca1e703f7d (diff) | |
| download | pokeworld-website-4193d2210f9dadb995eb2f37677af431077a5133.tar.gz pokeworld-website-4193d2210f9dadb995eb2f37677af431077a5133.tar.bz2 pokeworld-website-4193d2210f9dadb995eb2f37677af431077a5133.zip | |
Added a few more pages
Diffstat (limited to '_data')
| -rw-r--r-- | _data/navigation.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/_data/navigation.yml b/_data/navigation.yml index 7428575..d26fb4a 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,12 +1,8 @@ # main links main: + - title: "Discord" + url: https://discord.gg/6ng7xmp - title: "PokeBot" url: /pokebot - # - title: "About" - # url: https://mmistakes.github.io/minimal-mistakes/about/ - # - title: "Sample Posts" - # url: /year-archive/ - # - title: "Sample Collections" - # url: /collection-archive/ - # - title: "Sitemap" - # url: /sitemap/
\ No newline at end of file + - title: "About" + url: /about
\ No newline at end of file |
