Visit UNICEF Global
The UNICEF Inventory theme includes a feature that allows you to redirect the user to another website. Sometimes, a page hosted in your site is moved to another website. While Hugo allows you to create aliases that redirects one page to another in the same site, it is not possible to redirect a page to an external site. These page redirects solve that problem.
To create a page redirect, define the layout type and redirectUrl in the page front-matter:
type
redirectUrl
1--- 2title: UNICEF Office of Innovation 3description: The Office of Innovation uses technology to address the biggest challenges facing children today. 4type: redirect 5redirectUrl: https://www.unicef.org/innovation/ 6 7---
When the user visits this page on the Hugo site, they are redirected to the unicef.org website after a five-second pause.
unicef.org
Updated on 03 Oct 2022
Identify the author and author contact information of a page.
Call out specific information and details in an article using an admonition.
Tab tables organize complex information into tabbed sections within an article.