Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 874 Bytes

File metadata and controls

31 lines (22 loc) · 874 Bytes
layout default

Hi this is my site

This is the index page.

This site is built with Jekyll.


Write your biography here. Tell the world about yourself. Link to your favorite subreddit.

| I am text to the left | trap1d{:height="50%" width="50%"} | | I am text to the left | trap1d{:class="img-responsive"} |

    {% for post in site.posts %}
  • {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ post.date | date: date_format }}
        <h2>
          <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
        </h2>
      </li>
    {% endfor %}