2022-11-22 23:21:53 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="big" style="display: inline">
|
2023-03-20 21:28:14 +00:00
|
|
|
{{ g.user.user_page_link()|safe }}
|
2022-11-27 00:29:48 +00:00
|
|
|
·
|
2022-11-22 23:21:53 +00:00
|
|
|
<span title="Fediverse address">
|
2022-11-27 15:48:02 +00:00
|
|
|
<nobr>
|
|
|
|
<img class="logo" src="/static/fediverse_logo.svg">
|
2023-05-31 17:10:14 +00:00
|
|
|
{{ g.user.ap_address() }}
|
2022-11-27 15:48:02 +00:00
|
|
|
</nobr>
|
|
|
|
</span>
|
2022-11-26 15:59:12 +00:00
|
|
|
·
|
2023-01-24 02:57:49 +00:00
|
|
|
|
2022-11-27 15:48:02 +00:00
|
|
|
<nobr>
|
|
|
|
<a title="Web site" href="https://{{ domain }}/">🌐 {{ domain }}</a>
|
2023-01-24 02:57:49 +00:00
|
|
|
<form method="post" action="/webmention-interactive">
|
|
|
|
<input name="source" type="hidden" value="https://{{ domain }}/" />
|
|
|
|
<button id="update-profile-button" type="submit"
|
|
|
|
title="Update profile from web site"
|
|
|
|
class="btn btn-default glyphicon glyphicon-refresh"></button>
|
|
|
|
</form>
|
2022-11-27 15:48:02 +00:00
|
|
|
</nobr>
|
2022-11-22 23:21:53 +00:00
|
|
|
</div>
|
|
|
|
</div>
|