| layout | home |
|---|---|
| title | Home |
| nav_order | 1 |
| has_children | false |
{% assign newsposts = site.categories["News"] | where: "featured", true %} {% for post in newsposts limit:1 %}
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.
-
{% 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 %}
<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 »