Skip to content

Commit

Permalink
Merge pull request #56 from reednel/develop
Browse files Browse the repository at this point in the history
censor quotes
  • Loading branch information
Reed Nelson authored Nov 16, 2023
2 parents 612aa04 + 66da026 commit 856c48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const { title, meta_title }: Homepage = homepage.data;
<div class="row justify-center">
<div class="my-16 text-center col-10 md:col-6">
<h1 class="mb-4"> Reed Nelson </h1>
<div class="mt-12">
<!-- <div class="mt-12">
<p set:html={ getQuote() } class="mt-4"/>
</div>
</div> -->
</div>
</div>
</div>
Expand Down

0 comments on commit 856c48f

Please sign in to comment.