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

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinstanley committed Oct 26, 2020
1 parent 40e6a86 commit 92ed662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<p align="center">
if you're happy and you know it, star this repo
</p>
</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT" rel="nofollow">
<img src="https://img.shields.io/github/license/vriad/devii?alt" alt="License" style="width:100px;">
<img src="https://img.shields.io/github/license/vriad/devii?alt" alt="License" style="width:100px;">
</a>
</p>

<br/>
<br/>
<br/>
Expand Down
1 change: 1 addition & 0 deletions loader.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import matter from 'gray-matter';
import glob from 'glob';
import { globals } from './globals';

export type PostData = {
path: string;
title: string;
Expand Down

0 comments on commit 92ed662

Please sign in to comment.