Skip to content

Commit

Permalink
bb
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwhiting committed Dec 28, 2023
1 parent a1ff746 commit c499726
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions title-metadata.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<div class="quarto-title-meta">

$if(date)$
<div>
<div class="quarto-title-meta-heading">Date</div>
<div class="quarto-title-meta-contents">
<p class="date">$date$</p>
</div>
</div>
$endif$
$if(categories)$
$if(quarto-template-params.title-block-categories)$
<div>
<div class="quarto-title-meta-heading">Topics</div>
<div class="quarto-title-meta-contents">
$for(categories)$
<div class="badge badge-small badge-grey quarto-category">$categories$</div>
$endfor$
</div>
</div>
$endif$
$endif$

</div>

0 comments on commit c499726

Please sign in to comment.