Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 92ed662

Browse files
committed
Code formatting
1 parent 40e6a86 commit 92ed662

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<p align="center">
88
if you're happy and you know it, star this repo
99
</p>
10-
</p>
1110
<p align="center">
1211
<a href="https://opensource.org/licenses/MIT" rel="nofollow">
13-
<img src="https://img.shields.io/github/license/vriad/devii?alt" alt="License" style="width:100px;">
12+
<img src="https://img.shields.io/github/license/vriad/devii?alt" alt="License" style="width:100px;">
1413
</a>
1514
</p>
15+
1616
<br/>
1717
<br/>
1818
<br/>

loader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import matter from 'gray-matter';
22
import glob from 'glob';
33
import { globals } from './globals';
4+
45
export type PostData = {
56
path: string;
67
title: string;

0 commit comments

Comments
 (0)