diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 15bcb47..4fd6c11 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -58,7 +58,7 @@ {{ block "header" . }}{{ end }} {{ $full_width := .Params.FullWidth | default false }} - {{- if .IsHome }} + {{- if eq .IsPage false }}
{{ block "main" . }}{{ end }}
diff --git a/layouts/entry/single.html b/layouts/entry/single.html index 26544a4..966aaf5 100644 --- a/layouts/entry/single.html +++ b/layouts/entry/single.html @@ -9,13 +9,13 @@
Written by {{ $author.name }} - on {{ .Date.Format "January 02 2006" }} + on {{ .Date.Format $.Site.Params.fmt.Date }}
{{ else }}
- Written on {{ .Date.Format "January 02 2006" }} + Written on {{ .Date.Format $.Site.Params.fmt.Date }}
{{ end }} @@ -28,19 +28,10 @@ {{ .Content }} - + {{ end }} \ No newline at end of file diff --git a/layouts/page/downloads.html b/layouts/page/downloads.html deleted file mode 100644 index 0b17bff..0000000 --- a/layouts/page/downloads.html +++ /dev/null @@ -1,85 +0,0 @@ -{{ define "main" }} -
-
-

{{ .Title }}

- -
-
-

At this time, yuzu does not run any commercial Switch games. yuzu can boot some games, to varying degrees - of success, but does not implement any of the necessary GPU features to render 3D graphics.

-

- Click here for homebrew games you can download and test.

-
-
- -
- {{ .Content }} -
-
-
- - -
-
-
- -
-
-
- -
-
-
- -
-

Nightly Build - - Last release was - - -

- -
-
- - -
- - -
-
-

Canary Build - - Last release was - - -

- -
-
- - -
- - -
-
-
-
-{{ end }} - -{{ define "scripts" }} - -{{ end }} \ No newline at end of file diff --git a/layouts/partials/entry/summary.html b/layouts/partials/entry/summary.html index dfbbee2..54be348 100644 --- a/layouts/partials/entry/summary.html +++ b/layouts/partials/entry/summary.html @@ -1,13 +1,14 @@ {{ if .Params.twitter }} -
-
+