Add view port
1 files changed, 1 insertions(+), 0 deletions(-) M src/template.rs
M src/template.rs => src/template.rs +1 -0
@@ 15,6 15,7 @@ pub fn base_template(input: &str, title: Option<String>) -> String { <link rel=\"stylesheet\" href=\"/style.css\"><meta charset=\"UTF-8\">\ <link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS Feed\" href=\"/rss\"/>\ <meta name=\"generator\" content=\"mdblog https://sr.ht/~not/mdblog\" /> \ <meta name=\"viewport\" content=\"width=500\" />\ </head><body>", title = title.unwrap_or("Blog".to_string()) );