Added footer_contents and updated config to reflect removal. Removed info colors from wiki hero.

This commit is contained in:
Chris 2018-01-12 22:58:19 -05:00
parent 8791943843
commit 905e6c9080
3 changed files with 4 additions and 2 deletions

View file

@ -30,7 +30,6 @@ paginate = 10
DiscordURL = "https://discord.gg/gz9pz97"
TwitterURL = "https://twitter.com/yuzuemu"
GithubURL = "https://github.com/yuzu-emu/yuzu"
ProjectName = "Yuzu Emulator Team"
[Languages]
[Languages.en]

View file

@ -1,6 +1,6 @@
{{ define "main" }} {{ partial "home_hero" . }}
<section class="hero is-info">
<section class="hero">
<div class="hero-body">
<div class="container">
<nav class="columns">

View file

@ -0,0 +1,3 @@
<div class="content has-text-centered">
copyright &copy; {{ now.Format "2006" }} yuzu emulator team
</div>