diff options
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 08e3c8a..d2e1183 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -47,17 +47,18 @@ footer { | |||
47 | {% endblock hero %} | 47 | {% endblock hero %} |
48 | 48 | ||
49 | {% block content %} | 49 | {% block content %} |
50 | |||
50 | <div class="tcontainer" id="features"> | 51 | <div class="tcontainer" id="features"> |
51 | <div class="ticker-wrap"> | 52 | <div class="ticker-wrap"> |
52 | <div class="ticker-move"> | 53 | <div class="ticker-move"> |
53 | <div class="ticker-item"><b>News:</b></div> | 54 | <div class="ticker-item"><b>News:</b></div> |
54 | <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div> | 55 | <div class="ticker-item">Gradecoin is in testnet mode, API is not stable, everything might reset at any time.</div> |
55 | <div class="ticker-item">Transactions are now unique according to their "by" field, sorry for the trouble</div> | 56 | <div class="ticker-item">Blocks now only need 1 transaction in them, happy testing! </div> |
56 | <div class="ticker-item">Blocks now require 5 transactions in them, during testnet phase</div> | ||
57 | <div class="ticker-item">It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed</div> | 57 | <div class="ticker-item">It was possible (and hilarious) to mine a new block with just 1 transaction, it is now fixed</div> |
58 | </div> | 58 | </div> |
59 | </div> | 59 | </div> |
60 | </div> | 60 | </div> |
61 | |||
61 | {{ section.content | safe }} | 62 | {{ section.content | safe }} |
62 | {% endblock content %} | 63 | {% endblock content %} |
63 | 64 | ||