From da26fa3ef6db3fe29582dd38b45674d9ac8282a1 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 16 Jun 2017 18:41:10 +0200 Subject: [PATCH] Modified frontpage --- pages/frontpage/frontpage.pixy | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/frontpage/frontpage.pixy b/pages/frontpage/frontpage.pixy index 7e7dbea9..ffedef25 100644 --- a/pages/frontpage/frontpage.pixy +++ b/pages/frontpage/frontpage.pixy @@ -1,8 +1,11 @@ component FrontPage p Anime Notifier 4.0 is currently under construction. p - a(href="https://paypal.me/blitzprog", rel="noopener") Support the development + a(href="https://paypal.me/blitzprog", target="_blank", rel="noopener") Support the development + + p + a(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener") Source on GitHub - .login-buttons - a.login-button(href="/auth/google") - img.login-button-image(src="/images/login/google", alt="Google Login", title="Login with your Google account") \ No newline at end of file + //- .login-buttons + //- a.login-button(href="/auth/google") + //- img.login-button-image(src="/images/login/google", alt="Google Login", title="Login with your Google account") \ No newline at end of file