Compare commits
2 Commits
7aec583431
...
ad20d47277
| Author | SHA1 | Date | |
|---|---|---|---|
| ad20d47277 | |||
| a2d7703d76 |
@@ -5,6 +5,7 @@ unlisted: false
|
||||
hidden: false
|
||||
title: "Session Messenger"
|
||||
subtitle: "How to contact me on Session."
|
||||
feathericon: message-circle
|
||||
author: Hyperling
|
||||
date: "2025-12-21T08:30:00-07:00"
|
||||
started: "2025-12-20"
|
||||
|
||||
@@ -22,14 +22,13 @@
|
||||
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
||||
</h1>
|
||||
{{ 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 }}
|
||||
{{ if (isset .Params "author") }}
|
||||
<pre>{{ if .Params.feathericon
|
||||
}}<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>
|
||||
<pre>{{ partial "byline.html" . }}</pre>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Params.Description }}
|
||||
|
||||
Reference in New Issue
Block a user