Compare commits

..

2 Commits

Author SHA1 Message Date
ad20d47277 Add a chat icon. 2025-12-22 13:05:59 -07:00
a2d7703d76 Move feather icon to be at end of subtitle like on list view. 2025-12-22 13:05:49 -07:00
2 changed files with 6 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ unlisted: false
hidden: false hidden: false
title: "Session Messenger" title: "Session Messenger"
subtitle: "How to contact me on Session." subtitle: "How to contact me on Session."
feathericon: message-circle
author: Hyperling author: Hyperling
date: "2025-12-21T08:30:00-07:00" date: "2025-12-21T08:30:00-07:00"
started: "2025-12-20" started: "2025-12-20"

View File

@@ -22,14 +22,13 @@
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
</h1> </h1>
{{ if .Params.subtitle }} {{ if .Params.subtitle }}
<strong>{{ .Params.subtitle | markdownify }}</strong> <strong>{{ .Params.subtitle | markdownify }}</strong>{{ if .Params.feathericon
}}<img style="display: inline-block; vertical-align: middle; margin-left: 4px;"
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
>{{ end }}
{{ end }} {{ end }}
{{ if (isset .Params "author") }} {{ if (isset .Params "author") }}
<pre>{{ if .Params.feathericon <pre>{{ partial "byline.html" . }}</pre>
}}<img style="display: inline-block; vertical-align: middle; margin-right: 4px; padding-right: 4px;"
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
>{{ end }}{{ partial "byline.html" .
}}</pre>
{{ end }} {{ end }}
{{ with .Params.Description }} {{ with .Params.Description }}