Browse Source

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

Lijun Zhu 8 năm trước cách đây
mục cha
commit
960c124fde
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"