Updating latest
This commit is contained in:
@@ -1,16 +1,25 @@
|
||||
---
|
||||
title: "First Post"
|
||||
date: 2020-05-04T02:14:50+01:00
|
||||
draft: true
|
||||
authors:
|
||||
- "Daniel Tomlinson"
|
||||
tags:
|
||||
- Introduction
|
||||
---
|
||||
+++
|
||||
title = "First Post"
|
||||
date = "2020-05-04T02:14:50+01:00"
|
||||
images = ["homepage.png"]
|
||||
draft = true
|
||||
authors = ["Daniel Tomlinson"]
|
||||
tags = ["Introduction"]
|
||||
+++
|
||||
|
||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
|
||||
<!--more-->
|
||||
---
|
||||
|
||||
## <!--more-->
|
||||
|
||||
## Test code
|
||||
|
||||
```python
|
||||
import flask
|
||||
|
||||
def flask():
|
||||
something = flask.something()
|
||||
return something
|
||||
```
|
||||
|
||||
## Instagram Simple Shortcode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user