Fix posts widget, add trailing forward slash to baseurl

This commit is contained in:
Carl Pearson
2017-09-27 08:36:52 -05:00
parent 50986efa22
commit f8ca31cc2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
baseurl = "https://cwpearson.github.io"
baseurl = "https://cwpearson.github.io/" # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
title = "Carl Pearson"
copyright = "© 2017 Carl Pearson"
theme = "academic"

View File

@@ -1,4 +1,4 @@
++
+++
# Recent Posts widget.
# This widget displays recent posts from `content/post/`.