mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add external link feature for posts (#141)
* Add external link feature for posts * Add post example using external link
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
ced910a886
commit
7528f5bf5e
14
exampleSite/content/posts/external-post.md
Normal file
14
exampleSite/content/posts/external-post.md
Normal file
@@ -0,0 +1,14 @@
|
||||
+++
|
||||
date = "2019-01-17"
|
||||
title = "Hugo coder wiki"
|
||||
slug = "hugo-coder-wiki"
|
||||
tags = [
|
||||
"hugo",
|
||||
"development",
|
||||
"themes"
|
||||
]
|
||||
categories = [
|
||||
"Development",
|
||||
]
|
||||
externalLink = "https://github.com/luizdepra/hugo-coder/wiki"
|
||||
+++
|
||||
Reference in New Issue
Block a user