minor changes

This commit is contained in:
Solomon Laing 2022-10-13 23:01:42 +10:30
parent 34203f01e1
commit 3c6f220870
4 changed files with 6 additions and 9 deletions

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[submodule "themes/blank"]
path = themes/blank
url = https://github.com/vimux/blank
[submodule "themes/inklo"]
path = themes/inklo
url = ssh://git@gitlab.inkletblot.com:10622/inkletblot/inklo

View File

@ -28,3 +28,5 @@ site and the slightly more complicated api for my forum.
This site is a simple testement to my passion for technology, it is not
supposed to be particularly eye-catching or engaging. I expect that few will
ever see it. But if you are one of the few, 'Hello and Welcome'.
See also [solomonlai.ng](https://solomonlai.ng).

View File

@ -1,6 +1,6 @@
{{ define "main" }}
<main>
<article>
<main class="home">
<article class="home__content">
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}

View File

@ -1,3 +1,4 @@
body {
background: #747474
background: #282828;
color: #ebdbb2;
}