From e4b7179c121473be2e53999cc50933521498c7a9 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Wed, 22 Dec 2021 16:38:35 -0500 Subject: Removed "/site" appendage. CSS fixes This commit removes the "/site" appended to every directory and solved the problem of redirecting links correctly by setting 'parent_dir' in the main view context to point to '/' by default. This also changes how titles appear to conform to my sensibilities. --- mimetypes.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mimetypes.csv') diff --git a/mimetypes.csv b/mimetypes.csv index 7e867ea..4defb37 100644 --- a/mimetypes.csv +++ b/mimetypes.csv @@ -90,4 +90,4 @@ .R,text/plain .yml,text/plain .yaml,text/plain -.md,text/markdown +.md,text/plain -- cgit v1.2.3