From 3f715f06811f20f95c2e43afbecd2dfa38e9aa87 Mon Sep 17 00:00:00 2001
From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch>
Date: Wed, 8 May 2024 11:39:02 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f5382af..940620e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Project entry in SNF data base: https://data.snf.ch/grants/grant/213535
 ## Instructions for content editors 
 Access and edit the content of 'webpage_contents/publications' . You can edit the .md files in the browser and use 'preview'
 The file will be automatically listed in the 'publications' page in the main site. 
-The .md file has some metadata fields in the header section (delimited by '---'). This metadata (author, title, subtitle,date) will appear in the table in the main site. 
+The .md file has some metadata fields in the header section (delimited by '---'). This metadata (author, title, subtitle) will appear in the table in the main site . 
 
 ## Instructions for repository owners
 New pages can be added to the website by added
@@ -32,7 +32,7 @@ fdcns/                            # Repository
 │   └── webpage_contents.Rproj    # Recommended file for working with R locally
 │      └── publications/          # >> Each page can be a file or a self-contained folder with a .md file and related images or data
 │            │      
-│           └── *.md             # The publication description
+│            └── *.md             # The publication description
 │ 
 ├+  _site    # If rendered locally this folder is created with the html files. It will be .gitignore when pushing changes to remote 
 │
-- 
GitLab