Compare commits
No commits in common. "e0a3c5878d062b6b398e0e33114e547610535464" and "091e99598efd30a18bf402184849baed73c9769e" have entirely different histories.
e0a3c5878d
...
091e99598e
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = "https://rayelliott.dev/blog/"
|
||||
baseURL = "https://rayelliott.dev/"
|
||||
canonifyURLs = true
|
||||
languageCode = "en-us"
|
||||
|
||||
|
|
Reference in New Issue