Skip to content

Commit

Permalink
remove description
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Nov 26, 2024
1 parent 68e0efc commit 507f1f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/shortcodes/tracks-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<th class="sortable" onclick="sortTable(1)">Artist - Title</th>
<th>Duration</th>
<th class="sortable" onclick="sortTable(3)">Year</th>
<th>Description</th>
<th>Tracklist</th>
</tr>
</thead>
Expand All @@ -24,7 +23,6 @@
<td>{{ .metaData.artist }} - {{ .metaData.title }}</td>
<td>{{ div .duration 60 }}:{{ printf "%02d" (mod .duration 60) }}</td>
<td>{{ .metaData.year }}</td>
<td>{{ .metaData.description }}</td>
<td>
{{ if .metaData.tracklist }}
<details>
Expand Down

0 comments on commit 507f1f0

Please sign in to comment.