Skip to content

Instantly share code, notes, and snippets.

@hiiamyes
Last active August 29, 2015 14:05
Show Gist options
  • Save hiiamyes/ccd5b41ddde5b7be8b91 to your computer and use it in GitHub Desktop.
Save hiiamyes/ccd5b41ddde5b7be8b91 to your computer and use it in GitHub Desktop.
hellow_github_pages
---
---
<!doctype html>
<html>
<head>
</head>
<body>
hi i'm yes
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</body>
</html>
<!doctype html>
<html>
<head>
</head>
<body>
hi i'm yes
</body>
</html>
<!doctype html>
<html>
<head>
</head>
<body>
hi i'm yes
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment