Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 1.51 KB

File metadata and controls

37 lines (34 loc) · 1.51 KB
layout home
title Home
nav_order 1
has_children false

{% assign newsposts = site.categories["News"] | where: "featured", true %} {% for post in newsposts limit:1 %}

New home page, blog

We've recently setup both a new blog and a new home page. There may be some dust as we transition this site to be fully focused on documentation for our open source code, Ethereum working groups, and other projects.

Check out the new FISSION home page » {% endfor %}

Projects

    {% assign pages_list = site.html_pages | sort: "nav_order" %} {% for project in pages_list %} {% if project.parent == project.title and project.title != "Home" and project.title != "Updates" and project.url != "/404/" %}
  • {{ project.title }}
  • {% endif %} {% endfor %}

Blog

<script src="//rss2html.herokuapp.com/?url=https%3A%2F%2Fblog.fission.codes%2Frss&detail=-1&limit=3&showtitle=false&type=js"></script>
Read the FISSION blog »