Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.26 KB

index.md

File metadata and controls

61 lines (44 loc) · 1.26 KB
layout title nav_order description permalink
default
Tech
-99999999
Official website of Timothy Escopete.
/

Tech

{%- assign i = 0 -%} {%- assign ii = 0 -%} {%- assign pages_array = '' | split: '' -%} {%- assign pages_array = pages_array | push: site.html_pages -%}

{%- for pages in pages_array -%} {%- for page in pages reversed -%}

{% if page.layout == "post" and page.sticky == true %} 

{{ page.date | date: "%Y-%m-%d" }}

{{ page.teaser }}

{% assign i = i | plus:1 %}

{%- if i == 4 -%} {% include ad_sq.html %} {% assign i = 0 %} {%- endif -%}

{% endif %}

{% if page.layout == "archive-year" %}

{{ page.title }}

{: .year .label .label-green }

{% endif %}

{% if page.layout == "archive" and page.sticky == true %} 

{{ page.date | date: "%m-%d" }}

{{ page.teaser }}

{% assign ii = ii | plus:1 %}

{%- if ii == 5 -%} {% include ad_sq.html %} {% assign ii = 0 %} {%- endif -%}

{% endif %}

{%- endfor -%} {%- endfor -%}