diff options
| author | Christine Dodrill <me@christine.website> | 2020-06-19 18:56:35 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-06-19 18:56:54 -0400 |
| commit | 00273025e113d298fee388cc78fceb516817d6de (patch) | |
| tree | fd1188d850ebb80d8d854ed0ed49eb1f45af82e0 /cmd/site/internal | |
| parent | fc21078a1717c978c3ed0dd7889bb3e7423d9946 (diff) | |
| download | xesite-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.go | 1 |
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 |
