소스 검색

Fix CSS image path and add image to exampleSite

George Cushen 9 년 전
부모
커밋
872034c4ad
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      exampleSite/static/.gitkeep
  2. BIN
      exampleSite/static/img/portrait.jpg
  3. 1 1
      static/css/hugo-academic.css

+ 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;