From 584ff0d264c638622aa9643d0e275460ca5d8511 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Fri, 27 Aug 2021 11:23:42 +0200 Subject: [PATCH] add backup to index --- index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.md b/index.md index f386b588..6e3b6f5e 100644 --- a/index.md +++ b/index.md @@ -35,6 +35,12 @@ The How-to cards are intended to provide practical guidance in implementing Data "icon": "<i class=\"large material-icons\">add_circle</i>", "link": "{{ '/cards#contribute' | relative_url }}" }, + { + "title": "Backup", + "caption": "Guidelines regarding backing up your data", + "icon": "<i class=\"large material-icons\">backup</i>", + "link": "{{ '/cards#backup' | relative_url }}" + }, { "title": "Exchange channels", "caption": "I am looking to share data or information", -- GitLab