aboutsummaryrefslogtreecommitdiff
path: root/cmd/site/internal
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-06-19 18:56:35 -0400
committerChristine Dodrill <me@christine.website>2020-06-19 18:56:54 -0400
commit00273025e113d298fee388cc78fceb516817d6de (patch)
treefd1188d850ebb80d8d854ed0ed49eb1f45af82e0 /cmd/site/internal
parentfc21078a1717c978c3ed0dd7889bb3e7423d9946 (diff)
downloadxesite-1.4.0.tar.xz
xesite-1.4.0.zip
add /feedsv1.4.0
Diffstat (limited to 'cmd/site/internal')
-rw-r--r--cmd/site/internal/blog/blog.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/site/internal/blog/blog.go b/cmd/site/internal/blog/blog.go
index 0ea6fb2..93a77c2 100644
--- a/cmd/site/internal/blog/blog.go
+++ b/cmd/site/internal/blog/blog.go
@@ -69,6 +69,7 @@ func LoadPosts(path string, prepend string) (Posts, error) {
SlidesLink string `yaml:"slides_link"`
Image string
Thumb string
+ Show string
}
var result Posts