diff options
-rwxr-xr-x | main.c | 40 |
1 files changed, 1 insertions, 39 deletions
@@ -19,6 +19,7 @@ #/ #/ To-Do list #/ +#/ - HTTP basic auth. #/ - Hierarchical tags. #/ - Blacklist and throttling. #/ - Redirects for cgit and git-http-backend. @@ -2007,19 +2008,6 @@ static Doc docs[NUM_DOCS] = { }, { .type = TAG_END, }, { - .type = TAG_BEGIN, - .layout = LAYOUT_CENTER, - }, { - .type = TAG_BEGIN, - .action = ACTION_BLANK, - .href = "/twitch", - }, { - .text = "Twitch", - }, { - .type = TAG_END, - }, { - .type = TAG_END, - }, { .text = "<br>", }, { .type = TAG_CAPTION, @@ -2044,32 +2032,6 @@ static Doc docs[NUM_DOCS] = { }, { .type = TAG_END, }, { - .type = TAG_BEGIN, - .layout = LAYOUT_CENTER, - }, { - .type = TAG_BEGIN, - .action = ACTION_BLANK, - .href = "/bandcamp", - }, { - .text = "Bandcamp", - }, { - .type = TAG_END, - }, { - .type = TAG_END, - }, { - .type = TAG_BEGIN, - .layout = LAYOUT_CENTER, - }, { - .type = TAG_BEGIN, - .action = ACTION_BLANK, - .href = "/spotify", - }, { - .text = "Spotify", - }, { - .type = TAG_END, - }, { - .type = TAG_END, - }, { .text = "<br>", }, { .type = TAG_CAPTION, |