Skip to content
Snippets Groups Projects
Verified Commit d15169eb authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling: Committed by GitLab UZH
Browse files

fixed format

parent 37604bbd
No related branches found
No related tags found
No related merge requests found
Pipeline #373135 passed
---
title: Simple blog post
subtitle: This entry uses iframe for embedding e.g., a form
author: G.Fraga Gonzalez & E. Furrer
title: "Simple blog post"
subtitle: "This entry uses iframe for embedding e.g., a form"
date: last-modified
categories:
- Quarto
......@@ -12,12 +11,13 @@ format:
code-copy: true
---
The following is an example of a simple .qmd file with some embedded form that can be used as a blog post or a contact page
````
``` yaml
---
---
author: "FirstName LastName"
title: "Title of this page"
date: "YYYY-MM-DD"
......@@ -43,12 +43,11 @@ A list with bullets
- Bullet point 2
[A link title](https://yourlinkurl.org)
<iframe width="640px" height="480px" src="URL-to-your-form"> </iframe>
````
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment