From 2f1140cbbde066eafe01d0b9db5edd5ded4e2551 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 13 Mar 2017 18:25:22 -0500 Subject: [PATCH] Move articles to toml file in site data (continued) Closes rdwatters/hugo-docs-concept#19 --- data/articles.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/articles.toml b/data/articles.toml index 09576c5cb..7460e0b19 100644 --- a/data/articles.toml +++ b/data/articles.toml @@ -1,5 +1,5 @@ [[article]] - title = "Automagical image gallery in Hugo with PhotoSwipe and jQuery" + title = "Automagical Image Gallery in Hugo with PhotoSwipe and jQuery" url = "https://www.liwen.id.au/photoswipe/" author = "Li-Wen Yip" date = "2017-03-04"