Compare commits

..

No commits in common. "e0a3c5878d062b6b398e0e33114e547610535464" and "091e99598efd30a18bf402184849baed73c9769e" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View File

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

View File

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