Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
template update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Feb 14, 2016
1 parent 7eacb33 commit 853111e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/rmarkdown/templates/hugo/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "INSERT_TITLE_HERE"
slug: "SLUG"
slug: "INSERT_SLUG_HERE"
author: "AUTHOR"
date: "YYYY-MM-DD"
output: markdowntemplates::hugo
Expand All @@ -16,7 +16,7 @@ knit_hooks$set(plot=function(x, options) {
opts_chunk$set(
echo=TRUE,
fig.path="static/first-post/"
fig.path="static/INSERT_SLUG_HERE/"
)
```
## GitHub Documents
Expand Down
Binary file not shown.

0 comments on commit 853111e

Please sign in to comment.