main

mattermost/focalboard

Last updated at: 29/12/2023 09:53

blogauthor.html

TLDR

This file is an HTML template that displays information about a blog author, including their name, Mattermost community username, and GitHub username.

{{ .name }}
-
<a href="https://community.mattermost.com/core/messages/@{{ .community }}" target="_blank">
    @{{ .community }}
</a>
on
<a href="https://community.mattermost.com/signup_user_complete" target="_blank">
    community.mattermost.com
</a>
and
<a href="https://github.com/{{ .github  }}" target="_blank">
    @{{ .github  }}
</a>
on GitHub