diff --git a/themes/powershell-community/layouts/_default/single.html b/themes/powershell-community/layouts/_default/single.html index 7d45250f1..4ef364c5f 100644 --- a/themes/powershell-community/layouts/_default/single.html +++ b/themes/powershell-community/layouts/_default/single.html @@ -12,23 +12,26 @@ {{ if eq .Section "podcast" }}
  • Podcast
  • {{ else }} -
  • Articles
  • +
  • Articles +
  • {{ end }}
  • {{ .Title }}
  • - +
    {{ if eq .Section "podcast" }} - + Podcast {{ end }} {{ with .Params.categories }} {{ range . }} - + {{ . }} {{ end }} @@ -38,10 +41,10 @@ {{ .Params.duration }} {{ end }}
    - +

    {{ .Title }}

    - +
    @@ -50,35 +53,33 @@

    {{ .
    - {{ . }} + {{ . }}

    {{ end }} {{ .ReadingTime }} min read
    - +
    Share: - + - + -
    - + {{ if and (eq .Section "podcast") .Params.podcast_url }}
    @@ -97,30 +98,30 @@

    Listen to this Episode

    {{ end }} - +
    {{ .Content }}
    - + {{ with .Params.tags }}

    Tags

    {{ range . }} - + #{{ . }} {{ end }}
    {{ end }} - + {{ partial "article-author-about.html" . }} - + {{ $related := .Site.RegularPages.Related . | first 3 }} {{ if $related }} @@ -136,7 +137,12 @@

    {{ .Title }}

    -

    {{ .Summary }}

    +

    {{ .Summary | plainify | truncate 125 }}

    + + Read more + + {{ end }} @@ -149,7 +155,7 @@

    {{ with .PrevInSection }} + class="flex items-center text-blue-600 hover:text-blue-700 font-medium transition-colors duration-200"> {{ .Title }} @@ -159,7 +165,7 @@

    {{ with .NextInSection }} + class="flex items-center text-blue-600 hover:text-blue-700 font-medium transition-colors duration-200"> {{ .Title }} @@ -173,23 +179,23 @@

    {{ define "scripts" }} {{ end }} \ No newline at end of file