nomxz

an edition to my previous website. now minimalist.
git clone git://git.b1t.dev/nomxz.git
Log | Files | Refs | README

home.html (502B)


      1 ---
      2 layout: default
      3 ---
      4 
      5 {{ content }}
      6 
      7 
      8 <pre>
      9 -----------------------------------
     10 </pre>
     11 
     12 Blogs: 
     13 
     14 {% assign contentwonl = content | strip_newlines %} {% unless contentwonl == ""  %} <br /> {% endunless %}
     15 
     16 <!--- Jekyll Liquids -->
     17 {%- if site.posts.size > 0 -%}
     18     {%- for post in site.posts -%}
     19       {%- assign date_format = "%m-%d-%Y" -%}
     20       [{{ post.date | date: date_format }}] <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
     21 	  <br />
     22     {%- endfor -%}
     23 {%- endif -%}