add files
This commit is contained in:
11
index.html
Executable file
11
index.html
Executable file
@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: half
|
||||
title: Uni - A simple, one page Jekyll theme
|
||||
---
|
||||
{% if site.title %}
|
||||
<h1 class="pageTitle">{{ site.title }}</h1>
|
||||
{% endif %}
|
||||
|
||||
{% if site.content %}
|
||||
<p class="pageContent">{{ site.content }}</p>
|
||||
{% endif %}
|
Reference in New Issue
Block a user