Skip to content

Commit fefe17e

Browse files
authored
Update index.md
Signed-off-by: Luis Torres <[email protected]>
1 parent 90b853a commit fefe17e

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

pages/pages-root-folder/index.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2+
#
3+
# Use the widgets beneath and the content will be
4+
# inserted automagically in the webpage. To make
5+
# this work, you have to use › layout: frontpage
6+
#
27
layout: frontpage
3-
title: "Redirecting"
4-
redirect_to: https://osipi.ismrm.org
5-
permalink: /index.html
6-
homepage: true
7-
---
8+
# header:
9+
# image_fullwidth: layout-front.jpg
810

9-
<!--
1011
widget1:
1112
title: "Why?"
1213
image: prostate_pixelated-302x182.png
@@ -19,12 +20,28 @@ widget3:
1920
title: "What?"
2021
image: curve_segment_larger-302x182.png
2122
text: 'We pursue a number of goals centered around organizing our understanding of the capabilities of the existing open source tools, and developing best practices for perfusion tool evaluation.'
22-
23+
#
24+
# Use the call for action to show a button on the frontpage
25+
#
26+
# To make internal links, just use a permalink like this
27+
# url: /getting-started/
28+
#
29+
# To style the button in different colors, use no value
30+
# to use the main color or success, alert or secondary.
31+
# To change colors see sass/_01_settings_colors.scss
32+
#
2333
callforaction:
2434
url: '/about/'
2535
text: Learn more ›
2636
style: alert
2737

2838
preamble:
2939
text: PLEASE NOTE that this website is currently not updated, as we are designing a new website. STAY TUNED
30-
-->
40+
41+
permalink: /index.html
42+
#
43+
# This is a nasty hack to make the navigation highlight
44+
# this page as active in the topbar navigation
45+
#
46+
homepage: true
47+
---

0 commit comments

Comments
 (0)