From 73cde0ecda198e4b94cc72b5e8368019fe2e626a Mon Sep 17 00:00:00 2001
From: Micressor <micressor@secure.mailbox.org>
Date: Wed, 12 Dec 2018 17:15:22 +0100
Subject: [PATCH] Use for the homepage a .html instead of .md file

---
 content/{_index.md => _index.html} | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)
 rename content/{_index.md => _index.html} (65%)

diff --git a/content/_index.md b/content/_index.html
similarity index 65%
rename from content/_index.md
rename to content/_index.html
index 074abb8..efa6559 100644
--- a/content/_index.md
+++ b/content/_index.html
@@ -2,22 +2,25 @@
 description: Secure messaging, anywhere
 title: Secure messaging, anywhere
 ---
-
 <div class="intro">
   <ul id="introlist">
    <li>Peer-to-peer encrypted messaging and forums</li>
    <li>Messages are stored securely on your device, not in the cloud</li>
    <li>Connect directly with nearby contacts - no Internet access required</li>
    <li>Free and open source software</li>
-  </ul>
+  </ul><p></p>
+
+<a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer" target="_blank">
+<img id="playbutton" src="/img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"></a>
 
-{{< googleplay url="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" >}}
 
-{{< fdroid  url="/fdroid" >}}
+<a href="/fdroid">
+<img id="fdroidbutton" src="img/fdroid_badge.png" alt="Get it on F-Droid" border="0"></a>
 
-</div> <!-- intro -->
 
-<div id="phone">
+<p></p></div> <!-- intro --><p></p>
+
+<p></p><div id="phone">
   <img src="img/phone.gif" class="phone" alt="Screenshots">
 </div>
 <div class="clearboth"></div>
@@ -28,4 +31,6 @@ title: Secure messaging, anywhere
   <br>
   Bitcoin: 1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K
   </center>
-</div> <!-- flattr -->
+</div> <!-- flattr --><p></p>
+
+      </div>
-- 
GitLab