소스 검색

Fix portrait image not displaying in About widget (#186)

Lijun Zhu 8 년 전
부모
커밋
960c124fde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exampleSite/config.toml

+ 1 - 1
exampleSite/config.toml

@@ -1,4 +1,4 @@
-baseurl = "https://example.com"
+baseurl = "https://example.com/"  # End your URL with a `/` trailing slash.
 title = "Academic"
 copyright = "© 2016 Your Name"
 theme = "academic"