Add status link to footer menu

This commit is contained in:
Rafael Mardojai CM 2023-12-18 07:20:42 -05:00
parent 5ba633d209
commit a0c2d4fb06
No known key found for this signature in database
GPG key ID: 2B2DAB2A58566C84
2 changed files with 11 additions and 1 deletions

View file

@ -13,6 +13,10 @@
.menu {
margin-bottom: 1em;
ul {
gap: 12px;
}
@media (max-width: 768px) {
ul {
align-items: center;

View file

@ -18,11 +18,17 @@ disableKinds = ['taxonomy', 'term']
url = '/#donate'
weight = 30
[[menus.main]]
name = 'Github'
name = 'Code'
url = 'https://github.com/dialect-app'
[[menus.footer]]
name = 'Website Stats'
url = 'https://analytics.odka.org/dialectapp.org'
weight = 10
[[menus.footer]]
name = 'Services Status'
url = 'https://status.dialectapp.org/'
weight = 20
[markup.goldmark.renderer]
unsafe= true