diff --git a/content/post/2019/08/a-duck-approaches.md b/content/post/2019/08/a-duck-approaches.md new file mode 100644 index 00000000..4b24fee9 --- /dev/null +++ b/content/post/2019/08/a-duck-approaches.md @@ -0,0 +1,23 @@ ++++ +title = "A Duck Approaches" +subtitle = "Just Silliness" + +# Add a summary to display on homepage (optional). +summary = "Just Silliness" +image = "/photos/Local/General/duck.gif" +date = 2019-08-03T22:17:02-05:00 +draft = false + +# Tags and categories +# For example, use `tags = []` for no tags, or the form `tags = ["A Tag", "Another Tag"]` for one or more tags. +tags = [] +categories = ['Photos'] +# Series (optional). +# Otherwise, set `series = []`. +# series = ["series1"] + ++++ + + + +Another Saturday, another visit to the ducks. This time, I kinda managed to get a duck on approach. diff --git a/static/photos/Local/General/duck.gif b/static/photos/Local/General/duck.gif new file mode 100644 index 00000000..9158d981 Binary files /dev/null and b/static/photos/Local/General/duck.gif differ diff --git a/static/photos/Local/General/index.html b/static/photos/Local/General/index.html index 98a8df8e..ed15ad9e 100644 --- a/static/photos/Local/General/index.html +++ b/static/photos/Local/General/index.html @@ -484,6 +484,12 @@ thumb: "thumbnails/20150815102011.jpg", image: "20150815102011.jpg" }, +{ + title: "duck.gif", + description: "", + thumb: "thumbnails/duck.gif", + image: "duck.gif" + }, { title: "IMG_1717.jpg", description: "
Canon Canon PowerShot ELPH 320 HSThu 29 Jan 2015 08:31:14 PM ", diff --git a/static/photos/Local/General/thumbnails/duck.gif b/static/photos/Local/General/thumbnails/duck.gif new file mode 100644 index 00000000..4df0b93b Binary files /dev/null and b/static/photos/Local/General/thumbnails/duck.gif differ