small changes
This commit is contained in:
parent
691c13090d
commit
73544a8aa7
2 changed files with 7 additions and 7 deletions
|
@ -3,9 +3,9 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>{{ meta.title }} - TriMill</title>
|
||||
<title>{{ meta.title }}</title>
|
||||
|
||||
<meta name="author" content="TriMill" />
|
||||
<meta name="author" content="trimill" />
|
||||
<meta name="description" content="{{ meta.desc }}" />
|
||||
<meta property="og:description" content="{{ meta.desc }}" />
|
||||
<meta property="og:title" content="{{ meta.title }}" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% set meta = {"title": "Home", "desc": "Home page"} %}
|
||||
{% set meta = {"title": "trimill", "desc": "Home page"} %}
|
||||
{% extends "/_base.html" %}
|
||||
{% block content %}
|
||||
|
||||
|
@ -11,8 +11,8 @@ this page. Enjoy.
|
|||
<h2>About</h2>
|
||||
<p>
|
||||
I am a person (proof of this fact is left to the reader) who has been granted an internet connection and uses
|
||||
it extensively for assorted purposes. Much of my time not spent sleeping is spent doing mathematics,
|
||||
programming (preferably in Rust), Minecraft, conlangs, twisty puzzles, and chess.
|
||||
it extensively for assorted purposes. I enjoy many things, most of which involve manipulating some state
|
||||
according to various sets of rules.
|
||||
</p>
|
||||
<h2>GEORGE</h2>
|
||||
<p>
|
||||
|
@ -39,8 +39,8 @@ below to view the GEORGE homepage or access the previous and next members in the
|
|||
Email: trimill012 ("at" sign) gmail (full stop) com <br />
|
||||
Discord: trimill#6898 <br />
|
||||
Gitea: <a href="https://g.trimill.xyz/">trimill</a> <br />
|
||||
GitHub (legacy): <a href="https://github.com/TriMill/">TriMill</a> <br />
|
||||
Youtube: <a href="https://www.youtube.com/channel/UC2rXSxR9jbihjAE8dAIKCaw">TriMill</a> <br />
|
||||
GitHub: <a href="https://github.com/TriMill/">trimill</a> <br />
|
||||
Youtube: <a href="https://www.youtube.com/@trimill012">trimill</a> <br />
|
||||
</p>
|
||||
|
||||
<h2>Source code & attribution</h2>
|
||||
|
|
Loading…
Reference in a new issue