Browse Source

Added "Simple" Layout type

master
D45Hub 3 years ago
parent
commit
0129eb9fa4
  1. 8
      _layouts/simple.html
  2. 11
      about.markdown
  3. 2
      legal.markdown
  4. 2
      privacy-policy.markdown

8
_layouts/simple.html

@ -0,0 +1,8 @@
---
layout: default
---
<div class="posts">
<h1 class="post-title center">{{ page.title }}</h1>
{{ content }}
</div>

11
about.markdown

@ -1,7 +1,14 @@
---
layout: default
layout: simple
title: About
permalink: /about/
---
About page will be coming soon. :)
Hi.
I'm Denis and a software developer from Germany.
I don't really think myself as something special but sometimes I want to share my stories, projects and other things with the world which I find at least at little bit interesting.
So come with me and join me on my stories of me, my thingies and maybe even my life.
Denis

2
legal.markdown

@ -1,5 +1,5 @@
---
layout: legal
layout: simple
title: Impressum
permalink: /impressum/
---

2
privacy-policy.markdown

@ -1,5 +1,5 @@
---
layout: legal
layout: simple
title: Privacy Policy
permalink: /privacy/
---

Loading…
Cancel
Save