Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/pages/lists.html')
-rw-r--r--layouts/partials/pages/lists.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/pages/lists.html b/layouts/partials/pages/lists.html
index b628998..8ef461e 100644
--- a/layouts/partials/pages/lists.html
+++ b/layouts/partials/pages/lists.html
@@ -33,7 +33,7 @@
{{/* Sort the list */}}
{{ partial "utils/ordered-list.html" (dict "list" .Pages "params" .Params "scratch" .Scratch) }}
- <ul>
+ <ul class="project-item-list">
{{ range (.Scratch.Get "list") }}
{{ .Render "li" }}
{{ end }}