Skip to content

Commit

Permalink
Hide tag selection - doesn't work on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed May 19, 2024
1 parent a2858db commit 40d434b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/blog/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
</script>

<div class="container">
<div>
<!--
<div>
<h3>Tags</h3>
<div class="tags">
{#each data.tags as tag}
Expand All @@ -43,6 +44,7 @@
{/each}
</div>
</div>
-->
<div>
{#each years.entries() as [year, { months }]}
{#each months.entries() as [month, { days }], monthIndex}
Expand Down

0 comments on commit 40d434b

Please sign in to comment.