Fix some little things
This commit is contained in:
parent
91eaf8ef10
commit
16aa244096
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
baseURL = 'http://example.org/'
|
||||
baseURL = 'https://redstrate.com/'
|
||||
languageCode = 'en-us'
|
||||
title = '~redstrate'
|
||||
theme = 'red'
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Redirect</title>
|
||||
<link rel=canonical href='{{ $.Param "new-url" }}'/>
|
||||
|
|
Loading…
Add table
Reference in a new issue