mirror of
https://github.com/dialect-app/website.git
synced 2025-06-18 20:36:25 +00:00
Add status link to footer menu
This commit is contained in:
parent
5ba633d209
commit
a0c2d4fb06
2 changed files with 11 additions and 1 deletions
|
@ -13,6 +13,10 @@
|
|||
.menu {
|
||||
margin-bottom: 1em;
|
||||
|
||||
ul {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
ul {
|
||||
align-items: center;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue