From f9df1ed65747efafaedb105402c46fbc5dae121a Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 7 Apr 2017 13:47:42 -0500 Subject: [PATCH] Change datatable shortcode to articlelistshortcode --- content/news/press-and-articles.md | 2 +- .../layouts/shortcodes/{datatable.html => articlelist.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/hugo-docs-concept/layouts/shortcodes/{datatable.html => articlelist.html} (100%) diff --git a/content/news/press-and-articles.md b/content/news/press-and-articles.md index 474784d3c..1ab307a67 100644 --- a/content/news/press-and-articles.md +++ b/content/news/press-and-articles.md @@ -25,5 +25,5 @@ Know of a post, article, or tutorial on Hugo? [Please add it to this list](https Hugo has been featured in the following Blog Posts, Press, and Media. -{{< datatable >}} +{{< articlelist >}} diff --git a/themes/hugo-docs-concept/layouts/shortcodes/datatable.html b/themes/hugo-docs-concept/layouts/shortcodes/articlelist.html similarity index 100% rename from themes/hugo-docs-concept/layouts/shortcodes/datatable.html rename to themes/hugo-docs-concept/layouts/shortcodes/articlelist.html