Skip to content

Commit 9ecc5bb

Browse files
committed
Remove default layout
1 parent 3a59d6c commit 9ecc5bb

6 files changed

Lines changed: 4 additions & 120 deletions

File tree

content/404.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: 404
3-
layout: default
43
link: 404.html
54
sitemap: false
65
---

content/posts/2025/2025-03-20-this-blog-now-roqs/index.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Blog posts are pretty simple. As a post, they make up a Roq collection, over whi
7474
---
7575
title: Blog post demo
7676
description: Blog post description
77-
layout: default
7877
date: 2052-03-20
7978
author: jlee
8079
---
@@ -87,7 +86,6 @@ And to create your site's index, in `content/index.html` (yes, you can use Markd
8786
[source,html]
8887
----
8988
---
90-
layout: default
9189
title: Home
9290
paginate: posts
9391
---

content/presentations/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Presentations
3-
layout: default
43
author: Jason Lee
54
date: 2018-09-11
65
---
76

87
Below is a (non-exhaustive) list of the presentations I've given over the years, ordered roughly by date. It's a bit bare, but I'll try to get others added as soon as I can.
98

10-
=== April 2022
9+
== April 2022
10+
1111
* link:/assets/presentations/jooq-abstractions.pdf[jOOQ: Database Abstractions Without Distractions]
1212

13-
=== ... Older :)
13+
== ... Older :)
1414
* link:/assets/presentations/oracle-turns-java-up-to-11[Oracle Turns Java up to 11]

content/tag2/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: default
32
title: Tags
43
---
54

@@ -17,4 +16,4 @@
1716
<a href="/tag/{{t}}">{{ tag }}</a> - {{ site.tags[tag] | size }} Posts
1817
</li>
1918
{% endfor %}
20-
</ul>
19+
</ul>

templates/layouts/default.html

Lines changed: 0 additions & 111 deletions
This file was deleted.

templates/layouts/tag.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: default
32
paginate: true
43
tagging: posts
54
---

0 commit comments

Comments
 (0)