diff options
author | Alec Warner <antarus@gentoo.org> | 2022-04-13 16:31:06 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2022-04-13 16:31:06 -0700 |
commit | e083be01225a56d16abab9c0780173c0d4d24181 (patch) | |
tree | 8f7c691d21199925f8f6bcdee75e9c2d4748ced5 /examples | |
parent | Add additional-listgroup-link component (diff) | |
download | tyrian-theme-e083be01225a56d16abab9c0780173c0d4d24181.tar.gz tyrian-theme-e083be01225a56d16abab9c0780173c0d4d24181.tar.bz2 tyrian-theme-e083be01225a56d16abab9c0780173c0d4d24181.zip |
Signed-off-by: Alec Warner <antarus@gentoo.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tyrian.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tyrian.html b/examples/tyrian.html index a69995e..71c0a33 100644 --- a/examples/tyrian.html +++ b/examples/tyrian.html @@ -33,6 +33,7 @@ <a class="dropdown-item" href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a> <a class="dropdown-item" href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a> <a class="dropdown-item" href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a> + <a class="dropdown-item" href="https://devmanual.gentoo.org/" title="Read the development Guide"><span class="fa fa-book-o fa-fw"></span> Devmanual</a> <a class="dropdown-item" href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a> |