10 lines
134 B
Markdown
10 lines
134 B
Markdown
|
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
slug: link-{{ .Name }}
|
||
|
date: {{ .Date }}
|
||
|
categories: links
|
||
|
draft: true
|
||
|
tags: []
|
||
|
---
|
||
|
|