mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-24 15:31:20 +00:00
Added footer_contents and updated config to reflect removal. Removed info colors from wiki hero.
This commit is contained in:
parent
8791943843
commit
905e6c9080
|
@ -30,7 +30,6 @@ paginate = 10
|
||||||
DiscordURL = "https://discord.gg/gz9pz97"
|
DiscordURL = "https://discord.gg/gz9pz97"
|
||||||
TwitterURL = "https://twitter.com/yuzuemu"
|
TwitterURL = "https://twitter.com/yuzuemu"
|
||||||
GithubURL = "https://github.com/yuzu-emu/yuzu"
|
GithubURL = "https://github.com/yuzu-emu/yuzu"
|
||||||
ProjectName = "Yuzu Emulator Team"
|
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
[Languages.en]
|
[Languages.en]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{ define "main" }} {{ partial "home_hero" . }}
|
{{ define "main" }} {{ partial "home_hero" . }}
|
||||||
|
|
||||||
<section class="hero is-info">
|
<section class="hero">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<nav class="columns">
|
<nav class="columns">
|
||||||
|
|
3
site/layouts/partials/layout/footer_contents.html
Normal file
3
site/layouts/partials/layout/footer_contents.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<div class="content has-text-centered">
|
||||||
|
copyright © {{ now.Format "2006" }} yuzu emulator team
|
||||||
|
</div>
|
Loading…
Reference in a new issue