Skip to content
Snippets Groups Projects
Verified Commit c9c1bb80 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add relative url to index links

parent b3d0842f
No related branches found
No related tags found
No related merge requests found
...@@ -15,37 +15,37 @@ The How-to cards are intended to provide practical guidance in implementing Data ...@@ -15,37 +15,37 @@ The How-to cards are intended to provide practical guidance in implementing Data
"title": "General", "title": "General",
"caption": "I need information on LCSB operations", "caption": "I need information on LCSB operations",
"icon": "<i class=\"large material-icons\">sticky_note_2</i>", "icon": "<i class=\"large material-icons\">sticky_note_2</i>",
"link": "/cards#general" "link": "{{ '/cards#general | relative_url }}"
}, },
{ {
"title": "Access", "title": "Access",
"caption": "How can I get access to systems and infrastructure?", "caption": "How can I get access to systems and infrastructure?",
"icon": "<i class=\"large material-icons\">login</i>", "icon": "<i class=\"large material-icons\">login</i>",
"link": "/cards#access" "link": "{{ '/cards#access | relative_url }}"
}, },
{ {
"title": "Contribute", "title": "Contribute",
"caption": "I want to share my knowledge and expertise. How?", "caption": "I want to share my knowledge and expertise. How?",
"icon": "<i class=\"large material-icons\">add_circle</i>", "icon": "<i class=\"large material-icons\">add_circle</i>",
"link": "/cards#contribute" "link": "{{ '/cards#contribute | relative_url }}"
}, },
{ {
"title": "Exchange channels", "title": "Exchange channels",
"caption": "I am looking to share data or information", "caption": "I am looking to share data or information",
"icon": "<i class=\"large material-icons\">multiple_stop</i>", "icon": "<i class=\"large material-icons\">multiple_stop</i>",
"link": "/cards#exchange-channels" "link": "{{ '/cards#exchange-channels | relative_url }}"
}, },
{ {
"title": "Integrity", "title": "Integrity",
"caption": "I want to ensure that my work and research is compliant and reusable", "caption": "I want to ensure that my work and research is compliant and reusable",
"icon": "<i class=\"large material-icons\">vpn_key</i>", "icon": "<i class=\"large material-icons\">vpn_key</i>",
"link": "/cards#integrity" "link": "{{ '/cards#integrity | relative_url }}"
}, },
{ {
"title": "Lab", "title": "Lab",
"caption": "I need information on wetlab equipment and procedures", "caption": "I need information on wetlab equipment and procedures",
"icon": "<i class=\"large material-icons\">science</i>", "icon": "<i class=\"large material-icons\">science</i>",
"link": "/cards#lab" "link": "{{ '/cards#lab | relative_url }}"
}, },
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment