diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 3f73723..bece26a 100755 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -381,7 +381,7 @@ figure { } - a { + a, .ongoing-placeholder { @include bordered-block; padding: 0.5em 1em 0.5em 1em; font-size: 1.1em; @@ -398,6 +398,10 @@ figure { } } + .ongoing-placeholder { + border-style: dashed; + } + div.title { font-weight: bold; } diff --git a/layouts/partials/serieslink.html b/layouts/partials/serieslink.html index d074428..87ee82f 100644 --- a/layouts/partials/serieslink.html +++ b/layouts/partials/serieslink.html @@ -1,5 +1,5 @@
- + {{ if eq .direction "previous" }}{{ partial "icon.html" "chevrons-left" }}{{ end }}
{{ title .direction }} in Series diff --git a/layouts/partials/serieslinkplaceholder.html b/layouts/partials/serieslinkplaceholder.html new file mode 100644 index 0000000..753cd96 --- /dev/null +++ b/layouts/partials/serieslinkplaceholder.html @@ -0,0 +1,10 @@ +
+ diff --git a/layouts/partials/seriesnav.html b/layouts/partials/seriesnav.html index cd9a290..9476663 100644 --- a/layouts/partials/seriesnav.html +++ b/layouts/partials/seriesnav.html @@ -5,10 +5,13 @@ {{- $pages := (site.Taxonomies.series.Get .Data.Term).Pages.ByDate.Reverse -}} {{- end -}}