Skip to content

Commit

Permalink
Fixed view
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Mar 10, 2024
1 parent bb4d5e1 commit d74d762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/art-works/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{{ partial "art-works/picture.html" (dict "image" . "title" $page.Title "inStock" $page.Params.inStock "index" $index) }}

<a class="font-bold" href="{{$page.Permalink}}">
{{ $page.Title }} <span class="text-xs text-gray-500">{{$page.Params.Width}}X{{$page.Params.Height}}cm&nbsp{{dateFormat "2006" $page.Params.date}}</span>
{{ $page.Title }} <span class="text-xs text-gray-500">{{$page.Params.Height}}X{{$page.Params.Width}}cm&nbsp{{dateFormat "2006" $page.Params.date}}</span>
</a>
<div class="mt-1 border-b mb-3 mr-8"></div>

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/art-works/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="flex flex-col">
<h3 class="text-lg font-bold">{{ .Title }}</h3>
<h4 class="font-bold">
<span class="text-xs text-gray-500">{{.Params.Width}}X{{.Params.Height}}cm&nbsp{{dateFormat "2006" .Params.date}}</span>
<span class="text-xs text-gray-500">{{.Params.Height}}X{{.Params.Width}}cm&nbsp{{dateFormat "2006" .Params.date}}</span>
</h4>
</div>
</div>
Expand Down

0 comments on commit d74d762

Please sign in to comment.