Tweak colours for stats pages, add rel=me

This commit is contained in:
trémeur 2023-11-19 11:46:41 +00:00
parent cb2223a620
commit ca2c0e6909
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ def yeargen(local=False):
filewrite.write("/home/mdd/Documents/drive/proj/fic-archive/build/")
else:
filewrite.write("/fic/")
filewrite.write("fic4.css\">\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Fugaz+One&family=Inconsolata&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap\">\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css\">\n</head>\n<body style=\"--colourone: #a70000; --colourtwo: #f5c1c1;\">\n<div id=\"site-wrapper\">\n<h1>Fic stats for " + str(year) + "</h1>\n")
filewrite.write("fic4.css\">\n<link rel=\"me\" href=\"https:/ple.praze.net/users/tre\">\n<link rel=\"stylesheet\" href=\"/fic/edgelord.css\">\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Fugaz+One&family=Inconsolata&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap\">\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css\">\n</head>\n<body style=\"--colourone: #990909; --colourtwo: #cf6969;\">\n<div id=\"site-wrapper\">\n<h1>Fic stats for " + str(year) + "</h1>\n")
allfics = []
ficdeets = []
datesplit = []