Browse Source

rm images in news sections

master
onryo 5 months ago
parent
commit
df0587856b
  1. 28
      index.html

28
index.html

@ -168,11 +168,6 @@
<section class="section-default">
<article class="blog-post-item">
<h2>Hush 3.10.1 "Oneiric Octopus"</h2>
<img
src="../images/blogposts/blog_image_default.png"
class="blog-img"
alt=""
/>
<p>This is an OPTIONAL but RECOMMENDED release.</p>
<p>
This version fixes a bug that causes "payment to wrong pubkey" error when syncing a new node. This version also has an increase in synchronization speed and more.
@ -185,11 +180,6 @@
<article class="blog-post-item">
<h2>Hush 3.10.0 "Sassy Siphonophore"</h2>
<img
src="../images/blogposts/blog_image_default.png"
class="blog-img"
alt=""
/>
<p>This is a MANDATORY release for Hush and ALL nodes must upgrade by Dec 16th 2023.</p>
<p>
This version has AntiSpam defenses against shielded spam, optimization, various bug fixes and the Decentralized FR (devtax).
@ -251,23 +241,7 @@
<span class="tooltip">Reddit</span>
</a>
</div>
<p>Copyright © 2016-2023 The Hush developers. All rights reserved.</p>
<p>Copyright © 2016-2024 The Hush developers. All rights reserved.</p>
</footer>
<!-- Scripts -->
<script type="text/javascript">
var today = new Date();
var year = today.getFullYear();
var syear = document.getElementById("s_year");
syear.innerHTML = year;
</script>
<script
src="//code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/scripts.js"></script>
</body>
</html>

Loading…
Cancel
Save