12 lines
235 B
HTML
12 lines
235 B
HTML
|
---
|
||
|
layout: card
|
||
|
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 %}
|