Compare commits

..

3 Commits

Author SHA1 Message Date
Ray Elliott e0a3c5878d update dedveloper-resources styling 2020-09-13 00:27:38 +01:00
Ray Elliott 817a9667e2 add trailing backslash to baseurl 2020-09-12 21:45:19 +01:00
Ray Elliott 8c569a6b00 fix base url 2020-09-12 21:34:58 +01:00
2 changed files with 9 additions and 8 deletions

View File

@ -196,12 +196,13 @@
} }
.page.developer-resources { .page.developer-resources {
h2, ul {
h3, list-style: none;
h4, padding-left: 0;
h5, padding-right: 0;
h6 { margin-left: 0;
text-align: left; margin-right: 0;
} text-align: center;
}
} }

View File

@ -1,4 +1,4 @@
baseURL = "https://rayelliott.dev/" baseURL = "https://rayelliott.dev/blog/"
canonifyURLs = true canonifyURLs = true
languageCode = "en-us" languageCode = "en-us"