NOTE: Federation is disabled on this instance!
You can test federation between the following instances:forge.angeley.es
code.angeley.es
By | fr33domlover |
At | 2017-12-12 |
Title | Switch navbar links to lowercase |
Description |
Edit file index.markdown 33188 → 33188
1 | 1 | --- |
|
- | 2 | title: Home |
|
+ | 2 | title: home |
|
3 | 3 | --- |
|
4 | 4 | ||
5 | 5 | Welcome to my humble website! |
|
6 | 6 | ||
7 | 7 | Stuff I plan to put here includes: |
|
… | … | … | … |
Edit file templates/default.html 33188 → 33188
8 | 8 | <link rel="stylesheet" href="/css/default.css" /> |
|
9 | 9 | </head> |
|
10 | 10 | <body> |
|
11 | 11 | <header> |
|
12 | 12 | <div class="logo"> |
|
- | 13 | <a href="/">Little Red Cabin</a> |
|
+ | 13 | <a href="/">little red cabin</a> |
|
14 | 14 | </div> |
|
15 | 15 | <nav> |
|
- | 16 | <a href="/">Home</a> |
|
- | 17 | <a href="/about">About</a> |
|
- | 18 | <a href="/contact">Contact</a> |
|
- | 19 | <a href="/poems">Poems</a> |
|
+ | 16 | <a href="/">home</a> |
|
+ | 17 | <a href="/about">about</a> |
|
+ | 18 | <a href="/contact">contact</a> |
|
+ | 19 | <a href="/poems">poems</a> |
|
20 | 20 | </nav> |
|
21 | 21 | </header> |
|
22 | 22 | ||
23 | 23 | <main role="main"> |
|
24 | 24 | $if(rtl)$ |
|
… | … | … | … |