Skip to content

Commit

Permalink
Update single.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-elle-luna authored May 29, 2024
1 parent 4643b17 commit 60bf2d2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
<section class="prose prose-slate w-full max-w-[51rem] py-12">
<h1>{{ .Title }}</h1>
{{ with .Params.description }}<p class="text-lg -mt-5 mb-10">{{ . | markdownify }}</p>{{ end }}
{{ if .Params.categories }}
<div class="post-categories">
<h3>Categories:</h3>
<ul>
{{ range .Params.categories }}
<li><a href="{{ "categories/" | relLangURL }}{{ . | urlize }}">{{ . }}</a></li>
{{ end }}
</ul>
</div>
{{ end }}
{{ .Content }}
</section>

Expand Down

0 comments on commit 60bf2d2

Please sign in to comment.