diff --git a/config.toml b/config.toml index d90a77f6ee437c3fed77aa2831c0b81a2ea0e8d6..8696fd687822e3a9c3c4c1c166bcf9bb2d4bf92e 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://blog.milan-ihl.de" languageCode = "en-en" -title = "Milan Ihl" +title = "Milan Ihl's Blog" Paginate = 5 summaryLength = 35 enableRobotsTXT = true diff --git a/sass/_content.scss b/sass/_content.scss index dbf6b231c1501c7f1e960aca3283b540bbac6b24..42fe6f8f4d09ae58771a628fffc3a29d0c435e23 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -32,5 +32,5 @@ blockquote > p { min-width: unset; max-width: 100%; font-size: 1.4em; - } + } } diff --git a/sass/_images.scss b/sass/_images.scss index a285f02401c07ca432a86da7c33707a966910ae1..2c315ea689434331af60bb350b5b792590b37e78 100644 --- a/sass/_images.scss +++ b/sass/_images.scss @@ -37,7 +37,7 @@ img.avatar.preview:active { width: 85%; height: unset; margin: 0 auto; - } + } } .tinypreview img.preview { diff --git a/sass/_tile.scss b/sass/_tile.scss index 329950d52508313523da1b0a7745c556e7f4d623..976a8168b57455e40ee1ac5a1fcd0e7dc8d26b49 100644 --- a/sass/_tile.scss +++ b/sass/_tile.scss @@ -49,7 +49,7 @@ @media handheld,only screen and (max-width:640px) { .tilecontent { display: block; - } + } } .tinytile {