Heavily customized version of smokesignal - https://whtwnd.com/kayrozen.com/3lpwe4ymowg2t
1{% extends "base." + current_locale + ".html" %}
2{% block title %}Smoke Signal{% endblock %}
3{% block head %}
4<link rel="alternate" href="at://{{ profile.did }}" />
5<meta name="description" content="@{{ profile.handle }} {{ profile.did }} on Smoke Signal">
6<meta property="og:title" content="@{{ profile.handle }}" />
7<meta property="og:description" content="@{{ profile.handle }} {{ profile.did }} on Smoke Signal" />
8<meta property="og:type" content="website" />
9<meta property="og:url" content="{{ external_base }}/{{ profile.did }}" />
10<meta property="og:site_name" content="Smoke Signal" />
11<script type="application/ld+json">
12 {
13 "@context": "https://schema.org",
14 "@type": "Person",
15 "name": "@{{ profile.handle }}",
16 "url": "{{ external_base }}/{{ profile.did }}"
17 }
18</script>{% endblock %}
19{% block content %}
20{% include 'profile.' + current_locale + '.common.html' %}
21{% endblock %}