~not/mdblog

81e6f7e3f9976dff128bf94ca9356e8e46a8469b — b123400 1 year, 2 months ago db93bbb my-site
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())
    );