diff --git a/assets/scss/templates/_main.scss b/assets/scss/templates/_main.scss index 25285c8..6b2ba68 100644 --- a/assets/scss/templates/_main.scss +++ b/assets/scss/templates/_main.scss @@ -308,4 +308,20 @@ color: $text-color-dark; } -} + .block_color { + font-size: 15px; + padding-top: 10px; + padding-right: 15px; + padding-left: 50px; + border-radius: 10px; + background-repeat: no-repeat; + background-size: 30px; + background-position: 10px 10px; + } + + .block_blue { + border: 1px dashed #3b5f72; + background-color: #e2f3ff; + background-image: url("/img/info.svg"); + } +} \ No newline at end of file diff --git a/layouts/podcasts/list.html b/layouts/podcasts/list.html index 803dfca..58609dd 100644 --- a/layouts/podcasts/list.html +++ b/layouts/podcasts/list.html @@ -6,7 +6,9 @@ {{ .Content }} - {{ range sort .Paginator.Pages }} + {{ $pages := .Pages }} + + {{ range sort (.Paginate $pages).Pages }}