From 960c124fde75e851eb001ea59be3c1372b80c7b4 Mon Sep 17 00:00:00 2001 From: Lijun Zhu Date: Mon, 29 May 2017 20:31:08 -0400 Subject: [PATCH] Fix portrait image not displaying in About widget (#186) --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 53a4f737..66e08373 100644 --- a/exampleSite/config.toml +++ b/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"