Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek <42170307+2-REC@users.noreply.github.com>2019-02-11 06:41:40 +0300
committerGitHub <noreply@github.com>2019-02-11 06:41:40 +0300
commitf050e5e5cde4eeb06dcd4152af67fc6c0bde293c (patch)
tree192d780680696d0826ef16435782bad3701881ab
parentb4fc8be6a83234f81077e091439ecdba76e0c47b (diff)
Updated image fields
-rw-r--r--exampleSite/content/perso/food/moo-moo/index.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/exampleSite/content/perso/food/moo-moo/index.md b/exampleSite/content/perso/food/moo-moo/index.md
index f53d511..078c907 100644
--- a/exampleSite/content/perso/food/moo-moo/index.md
+++ b/exampleSite/content/perso/food/moo-moo/index.md
@@ -6,13 +6,12 @@ small_image: "small.png"
small_url: "https://www.moobeefsteak.com.vn/"
categories: [ "food", "vietnam" ]
tags: [ "seafood", "foie gras", "western", "salad" ]
-resources:
-##For each "image" image file:
-- src: "images/moo_moo_foie_gras.jpg"
+images:
+- src: "moo_moo_foie_gras.jpg"
title: "Foie gras"
-- src: "images/moo_moo_salad.jpg"
+- src: "moo_moo_salad.jpg"
title: "Salad"
-- src: "images/moo_moo_seafood.jpg"
+- src: "moo_moo_seafood.jpg"
title: "Seafood"
---