Compare commits
No commits in common. "e0a3c5878d062b6b398e0e33114e547610535464" and "091e99598efd30a18bf402184849baed73c9769e" have entirely different histories.
e0a3c5878d
...
091e99598e
|
@ -196,13 +196,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.page.developer-resources {
|
.page.developer-resources {
|
||||||
ul {
|
h2,
|
||||||
list-style: none;
|
h3,
|
||||||
padding-left: 0;
|
h4,
|
||||||
padding-right: 0;
|
h5,
|
||||||
margin-left: 0;
|
h6 {
|
||||||
margin-right: 0;
|
text-align: left;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL = "https://rayelliott.dev/blog/"
|
baseURL = "https://rayelliott.dev/"
|
||||||
canonifyURLs = true
|
canonifyURLs = true
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
|
|
||||||
|
|
Reference in New Issue