Skip to content

Commit bd91288

Browse files
author
Daniel Precioso, PhD
committed
Update project snapshot section to always display as open and rename to Project Summary
1 parent 0d9b56f commit bd91288

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/_default/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ <h1 class="mt-2 text-4xl font-bold tracking-tight text-center text-slate-900 dar
9090

9191
{{ if $hasProjectSummary }}
9292
<section class="mx-auto -mt-8 mb-10 max-w-5xl rounded-xl border border-slate-200/80 px-4 py-3 dark:border-slate-700/80 md:px-6">
93-
<details>
94-
<summary class="cursor-pointer py-1 text-sm font-medium text-slate-700 dark:text-slate-200">Project Snapshot</summary>
93+
<details open>
94+
<summary class="cursor-pointer py-1 text-sm font-medium text-slate-700 dark:text-slate-200">Project Summary</summary>
9595
<div class="mt-3 overflow-x-auto">
9696
<table class="w-full border-collapse text-sm text-slate-700 dark:text-slate-200">
9797
<tbody>

0 commit comments

Comments
 (0)