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 {
|
.menu {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
ul {
|
ul {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -18,11 +18,17 @@ disableKinds = ['taxonomy', 'term']
|
||||||
url = '/#donate'
|
url = '/#donate'
|
||||||
weight = 30
|
weight = 30
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = 'Github'
|
name = 'Code'
|
||||||
url = 'https://github.com/dialect-app'
|
url = 'https://github.com/dialect-app'
|
||||||
|
|
||||||
[[menus.footer]]
|
[[menus.footer]]
|
||||||
name = 'Website Stats'
|
name = 'Website Stats'
|
||||||
url = 'https://analytics.odka.org/dialectapp.org'
|
url = 'https://analytics.odka.org/dialectapp.org'
|
||||||
|
weight = 10
|
||||||
|
[[menus.footer]]
|
||||||
|
name = 'Services Status'
|
||||||
|
url = 'https://status.dialectapp.org/'
|
||||||
|
weight = 20
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe= true
|
unsafe= true
|
||||||
|
|
Loading…
Add table
Reference in a new issue