My personal website vittoriogioda.com
blog portfolio personal-website

chore: add new collection item with description

+14
+5
hugo.toml
··· 153 153 [[params.collection]] 154 154 name = "What Excessive Screen Time Does to the Adult Brain" 155 155 url = "https://lifestylemedicine.stanford.edu/what-excessive-screen-time-does-to-the-adult-brain/" 156 + description = "Healt" 157 + 158 + [[params.collection]] 159 + name = "NOMOPHOBIA" 160 + url = "https://escholarship.org/uc/item/0pq332g4" 156 161 description = "Healt"
+9
public/collection/index.html
··· 147 147 148 148 <article class="post-item"> 149 149 <h4 class="post-item-title"> 150 + <a href="https://escholarship.org/uc/item/0pq332g4" rel="noopener noreferrer">NOMOPHOBIA</a> 151 + </h4> 152 + 153 + <span class="post-item-meta">Healt</span> 154 + 155 + </article> 156 + 157 + <article class="post-item"> 158 + <h4 class="post-item-title"> 150 159 <a href="https://lifestylemedicine.stanford.edu/what-excessive-screen-time-does-to-the-adult-brain/" rel="noopener noreferrer">What Excessive Screen Time Does to the Adult Brain</a> 151 160 </h4> 152 161