Skip to content

Commit

Permalink
fix: formatting of project list--more TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabflannery committed Jan 2, 2025
1 parent 8cc0dba commit 361df6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ <h1 class="title">
<ul>
{{ range .Paginator.Pages }}
<li style="flex-wrap: wrap; margin: 2%">
<div style="flex-basis: 20%">{{ .Date | time.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</div>
<div style="flex-basis: 20%"><a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a></div>
<div style="flex-basis: 100%">{{ .Description }}</div>
<div style="flex-basis: 100%"><a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a></div>
<div style="flex-basis: 30%">{{ .Date | time.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</div>
<div style="flex-basis: 100%; font-size: smaller">{{ .Description }}</div>
</li>
{{ end }}
</ul>
Expand Down

0 comments on commit 361df6a

Please sign in to comment.