Parcourir la source

Fix CSS image path and add image to exampleSite

George Cushen il y a 9 ans
Parent
commit
872034c4ad

+ 0 - 0
exampleSite/static/.gitkeep


BIN
exampleSite/static/img/portrait.jpg


+ 1 - 1
static/css/hugo-academic.css

@@ -136,7 +136,7 @@ footer, footer p {
 }
 
 #profile .portrait {
-    background-image: url('/img/portrait.jpg');
+    background-image: url('../img/portrait.jpg');
     width: 200px;
     height: 200px;
     margin: 0 auto;