From c0146ffe7966f8d293f5c0beb0051414e298ff2e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 16 Jul 2020 14:51:15 -0400 Subject: Remove viewport meta The browser-default styles do weird things so it actually looks better without... --- html.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/html.c b/html.c index 6d4f15d..2d3ce2f 100644 --- a/html.c +++ b/html.c @@ -36,12 +36,6 @@ enum kcgi_err htmlHead(struct khtmlreq *html, const char *title) { || khtml_elem(html, KELEM_TITLE) || khtml_puts(html, title) || khtml_closeelem(html, 1) - || khtml_attr( - html, KELEM_META, - KATTR_NAME, "viewport", - KATTR_CONTENT, "width=device-width, initial-scale=1.0", - KATTR__MAX - ) || khtml_attr( html, KELEM_LINK, KATTR_REL, "stylesheet", -- cgit 1.4.1 /table>
summary refs log tree commit diff
path: root/bundle/vim-pathogen (unfollow)
Commit message (Expand)Author
4 hoursAdd ability to specify chemistryJune McEnroe
4 daysExpand regular expressionJune McEnroe
4 daysLet -n prevent postingJune McEnroe
4 daysDehtml pronoun fieldsJune McEnroe
2025-12-10Add Rose/HouseJune McEnroe
2025-11-19Bilingualize pronouns regexJune McEnroe
2025-11-19Hardcode a follower IDJune McEnroe
2025-11-18Add pronouns bot scriptJune McEnroe
2025-08-27Update DESCRIPTION of myselfJune McEnroe
2025-08-18Publish "time"June McEnroe
2025-08-18Add a bunch of film roll metadataJune McEnroe
2025-08-18Add a draftJune McEnroe