allow picking cover photo, add pub dates

This commit is contained in:
2019-01-26 00:55:14 +01:00
parent 879580df39
commit 1657c72d34
38 changed files with 489 additions and 24 deletions
+14
View File
@@ -79,4 +79,18 @@ a {
max-height: 500px;
box-shadow: 0 0 5px black;
border-radius: 5px;
}
#crumb {
text-align: center;
color: #999;
}
#crumb a {
text-decoration: underline;
color: #999;
}
#crumb a:hover {
color: #ccc;
}