Thumbnail

rani/buni.party.git

Clone URL: https://git.buni.party/rani/buni.party.git

Viewing file on branch master

1!!
2HOME=""
3BLOG=""
4case "${1:-}" in
5 home) HOME=active ;;
6 blog) BLOG=active ;;
7esac
8!!
9
10<table id="topbar"><tbody><tr>
11 <td><a class="${HOME}" href="/">Home</a></td>
12 <td><a class="${BLOG}" href="/blog">Blog</a></td>
13</tr></tbody></table>
14