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 {
h2,
h3,
h4,
h5,
h6 {
text-align: left;
ul {
list-style: none;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
text-align: center;
}
}

View File

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