Skip to content

Commit

Permalink
Added caveat to essays.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Feb 15, 2024
1 parent d6686e3 commit c9135c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/(app)/essays/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
>.
</h1>

<p
><em
>My beliefs change over time, because I love learning and changing.
Don't assume something I wrote years ago reflects my beliefs now.
Instead, think of this archive as a record of my reflection and growth.</em
></p
>

<p> Filter by topic. </p>

<Facets facets={$profile.getPostTags()} update={setFilter} />
Expand Down

0 comments on commit c9135c8

Please sign in to comment.