|
|
|
@ -5,13 +5,13 @@
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
|
|
|
|
|
|
<title class="p-name">{% if title %}{{ title }} ~ {% endif %}{{ request.site.name }}</title> |
|
|
|
|
{% block head %}{% endblock %} |
|
|
|
|
{% if atom is defined %} |
|
|
|
|
<link rel="alternate" type="application/atom+xml" href="{{ atom }}" /> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if rss is defined %} |
|
|
|
|
<link rel="alternate" type="application/rss+xml" href="{{ rss }}" /> |
|
|
|
|
{% endif %} |
|
|
|
|
{% block head %}{% endblock %} |
|
|
|
|
|
|
|
|
|
<link rel="authorization_endpoint" href="{{ url('lemonauth:indie') }}" /> |
|
|
|
|
<link rel="manifest" href="{{ url('wellknowns:manifest') }}" /> |
|
|
|
@ -20,6 +20,7 @@
|
|
|
|
|
<link rel="token_endpoint" href="{{ url('lemonauth:token') }}" /> |
|
|
|
|
|
|
|
|
|
<meta name="generator" content="{{ package.name }} {{ package.version }}" /> |
|
|
|
|
<meta name="theme-color" content="{{ theme_color(10) }}" /> |
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" |
|
|
|
|
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> |
|
|
|
|