This commit is contained in:
Carl Pearson
2021-01-27 08:54:58 -07:00
parent e724973a30
commit 163a470f3f
2 changed files with 7 additions and 1 deletions

5
assets/css/custom.css Normal file
View File

@@ -0,0 +1,5 @@
/* fix post names being too long*/
.list-with-title .listing .listing-post a {
max-width:90%;
display: inline-block;
}

View File

@@ -27,7 +27,8 @@ profilePicture = "img/avatar.jpg"
keywords = "" keywords = ""
favicon = "favicons/" favicon = "favicons/"
# example ["css/custom.css"] # example ["css/custom.css"]
customCss = [] customCss = ["css/custom.css"]
# customCss = []
# example ["js/custom.js"] # example ["js/custom.js"]
customJs = [] customJs = []
mainSections = ["publication"] mainSections = ["publication"]