Skip to content

Commit e421452

Browse files
authored
checking if empty frontmatter and defaults work as expected in Pages build (#179)
1 parent a8e436d commit e421452

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
theme: jekyll-theme-dinky
22
title: tSQLt - Database Unit Testing for SQL Server
3-
description: tSQLt is the open source framework for unit testing on SQL Server
3+
description: tSQLt is the open source framework for unit testing on SQL Server
4+
defaults:
5+
-
6+
scope:
7+
path: ""
8+
values:
9+
layout: "default"

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
---
2-
layout: default
32
---
4-
53
WELCOME TO TSQLT, THE OPEN SOURCE DATABASE UNIT TESTING FRAMEWORK FOR SQL SERVER

docs/user-guide/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# User Guide
24

35
This reference contains an explanation of each of the public tables, views, stored procedures and functions provided by tSQLt.

0 commit comments

Comments
 (0)