Skip to content

Commit

Permalink
make titles bold
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfitzo committed Oct 21, 2024
1 parent a2a0b0d commit 9f83a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<p>{{ .Date }}</p>
<!-- Make the title a clickable link to its own section -->
<h1 style="font-size: 2em; padding: 0; margin: 0;">
<a href="#{{ replace .Title " " "-" | lower }}" style="font-size: 1em; text-decoration: none; color: inherit;">
<a href="#{{ replace .Title " " "-" | lower }}" style="font-size: 1em;font-weight:bold; text-decoration: none; color: inherit;">
{{ .Title }}
</a>
</h1>
Expand Down

0 comments on commit 9f83a65

Please sign in to comment.