Fix some little things

This commit is contained in:
Joshua Goins 2022-08-29 11:36:25 -04:00
parent 91eaf8ef10
commit 16aa244096
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
baseURL = 'http://example.org/'
baseURL = 'https://redstrate.com/'
languageCode = 'en-us'
title = '~redstrate'
theme = 'red'

View file

@ -25,7 +25,7 @@
<td class="border-t">
{{ if in .File.Dir "software" }}
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'></time>{{ .Date.Format " 2006"}}</time>
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>{{ .Date.Format " 2006"}}</time>
{{ else }}
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>{{ .Date.Format "Jan 2, 2006"}}</time>
{{ end }}

View file

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>Redirect</title>
<link rel=canonical href='{{ $.Param "new-url" }}'/>