defaults are coded directly into templates
This commit is contained in:
parent
857885789f
commit
e0ede8d96b
@ -3,16 +3,16 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="{{title}}">
|
||||
<title>{{og_title}}</title>
|
||||
<meta name="description" content="{{description}}">
|
||||
<meta name="title" content="Freechat">
|
||||
<title>Freechat</title>
|
||||
<meta name="description" content="Libre decentralized chat system">
|
||||
<!-- open graph things -->
|
||||
<meta property="og:title" content="{{title}}">
|
||||
<meta property="og:type" content="{{og_type}}">
|
||||
<meta property="og:description" content="{{description}}">
|
||||
<meta property="og:url" content="{{url}}">
|
||||
<meta property="og:image" content="{{favicon}}">
|
||||
<link rel="shortcut icon" type="image/png" href="{{favicon}}">
|
||||
<meta property="og:title" content="Freechat">
|
||||
<meta property="og:type" content="Chat system">
|
||||
<meta property="og:description" content="Libre decentralized chat system">
|
||||
<meta property="og:url" content="freechat.io">
|
||||
<meta property="og:image" content="/static/images/favicon.png">
|
||||
<link rel="shortcut icon" type="image/png" href="/static/images/favicon.png">
|
||||
|
||||
<script src="https://kit.fontawesome.com/744f5c4640.js"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
|
||||
|
@ -5,8 +5,8 @@
|
||||
{% include "navbar" %}
|
||||
<div class="splash-container">
|
||||
<div class="splash">
|
||||
<h1 class="splash-head">{{brand_url}}</h1>
|
||||
<p class="splash-subhead">{{brand_motto}}</p>
|
||||
<h1 class="splash-head">freechat.io</h1>
|
||||
<p class="splash-subhead">Libre decentralized chat platform</p>
|
||||
<p><button class="btn btn-light" type="button">Join Now</button></p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="/">{{brand_url}}</a>
|
||||
<a class="navbar-brand" href="/">freechat.io</a>
|
||||
<button
|
||||
class="navbar-toggler dropdown"
|
||||
type="button" data-toggle="collapse"
|
||||
|
Loading…
Reference in New Issue
Block a user