Skip to content

Commit

Permalink
added link for themis notion article
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Mar 15, 2023
1 parent dcf047f commit 351f70c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -5,6 +5,8 @@ _site
.DS_Store

.ipynb_checkpoints
.bundle
vendor

## Core latex/pdflatex auxiliary files:
*.aux
Expand Down
5 changes: 4 additions & 1 deletion index.md
Expand Up @@ -5,19 +5,23 @@

<!-- Blog Posts -->
<div id="home" style="height:100%; width:100%; overflow: hidden;">
<!-- Leftmost "Blockchain Articles comment" -->
<div style="width:50%; float: left;">
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>
{%- endif -%}
<h2> <a style="color:#000000" href="blog"> Blockchain Articles </a> </h2>
<ul>
<!-- Adding this by hand here for now. Might want to add in posts eventually to have date ordering -->
<li><a href="https://www.notion.so/samlaf/Themis-For-The-Rest-Of-Us-1d543162f87445528ee3d850c2f57d0f">Themis for the Rest of Us</a></li>
{% for post in site.posts %}
{% if post.category == "blockchain" %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
<!-- Rightmost "Other Block Posts" column -->
<div style="width:50%; float: left;">
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>
Expand Down Expand Up @@ -50,4 +54,3 @@
</div>
{% endfor %}
</div>

0 comments on commit 351f70c

Please sign in to comment.