kopia lustrzana https://github.com/snarfed/bridgy-fed
24 wiersze
749 B
HTML
24 wiersze
749 B
HTML
<div class="row">
|
|
<div class="big" style="display: inline">
|
|
{{ g.user.user_page_link()|safe }}
|
|
·
|
|
<span title="Fediverse address">
|
|
<nobr>
|
|
<img class="logo" src="/static/fediverse_logo.svg">
|
|
{{ g.user.address() }}
|
|
</nobr>
|
|
</span>
|
|
·
|
|
|
|
<nobr>
|
|
<a title="Web site" href="https://{{ domain }}/">🌐 {{ domain }}</a>
|
|
<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>
|
|
</nobr>
|
|
</div>
|
|
</div>
|