Skip to content

Latest commit

 

History

History
58 lines (56 loc) · 2.07 KB

File metadata and controls

58 lines (56 loc) · 2.07 KB
git-date 2019-05-16 11:43:26 -0700
layout blog-list
title DeFi Blog - What is DeFi? Interviews with DeFi projects, analytics, and important news
metadescription We want to shed some light on how DeFi products build and how the ecosystem evolves over time. Our blog features interviews with DeFi projects, analytics, and important news.
permalink /blog/
pagination
enabled category permalink
true
blog
/:num/

DeFi Blog

Interviews with DeFi projects, analytics, and important news about decentralized finance.

{% for post in paginator.posts %} {% unless post.url contains "/amp" %} {% assign link_colors = 'violet|cyan|orange|muted' | split: '|' %} {% assign border_color = forloop.index | random_item: link_colors %}
{% if post.tags.size != 0 %}
{% for tag in post.tags limit:2 %} {{ tag }} {% endfor %} {{ post.date | date_to_string }}
{% endif %}

{{ post.intro | strip_html | strip_newlines | truncatewords: 30 }}

{% assign author = site.data.authors[post.author] %} {% if author.image %} {% endif %} {% if author.name %} {{ author.name }} {% endif %}
{% endunless %} {% endfor %}
{% if paginator.next_page %} Older Posts {% endif %} {% if paginator.previous_page %} Newer Posts {% endif %}