From b7c92f717e3dec8c564172acf436a551a7ed6ed2 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 10 Jun 2024 14:48:15 +0100 Subject: [PATCH] Add photos data --- _data/photos.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/photos.yml diff --git a/_data/photos.yml b/_data/photos.yml new file mode 100644 index 0000000..e1932fb --- /dev/null +++ b/_data/photos.yml @@ -0,0 +1,15 @@ +- file: .png + tag: Military + alt: Blog 1 +- file: /assets/images/blog-2.jpg + tag: Activity + alt: Blog 2 +- file: /assets/images/blog-3.jpg + tag: Activity + alt: Blog 3 +- file: /assets/images/avatar-3.png + tag: Military + alt: Blog 3 +- file: /assets/images/avatar-3.png + tag: Test + alt: Blog 3 \ No newline at end of file