diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index 8b5e42d..7fe4317 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -34,3 +34,11 @@ html, body { } } } + +footer { + .fa { + font-size: inherit; + text-align: inherit; + vertical-align: inherit; + } +} diff --git a/layouts/default.erb b/layouts/default.erb index 20a9c24..277102a 100644 --- a/layouts/default.erb +++ b/layouts/default.erb @@ -27,6 +27,9 @@ + + + <%= content_for(@item, :head) %> diff --git a/layouts/generic.erb b/layouts/generic.erb index 939e300..35fecc3 100644 --- a/layouts/generic.erb +++ b/layouts/generic.erb @@ -12,6 +12,13 @@

Made with <%= fa :heart, inline: true %> by Zeus WPI

+

+ + + <%= fa :github %> + +

+