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

template

parent b7ef8ec6
No related branches found
No related tags found
No related merge requests found
Pipeline #373119 passed
---
title: Simple blog post with an embedded form
subtitle:
author: G.Fraga Gonzalez & E. Furrer
date: last-modified
categories:
- Quarto
- YAML
format: html
---
````
---
author: "FirstName LastName"
title: "Title of this page"
date: "YYYY-MM-DD"
......@@ -29,4 +41,6 @@ A list with bullets
[A link title](https://yourlinkurl.org)
<iframe width="640px" height="480px" src="URL-to-your-form"> </iframe>
\ No newline at end of file
<iframe width="640px" height="480px" src="URL-to-your-form"> </iframe>
````
\ No newline at end of file
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