Skip to content
Snippets Groups Projects
Commit ef4d89cd authored by Lisanna's avatar Lisanna
Browse files

fix md raw

parent 8cd9d5f8
No related branches found
No related tags found
No related merge requests found
Pipeline #26005 passed
---
name: Index
___
name: my first Jekyll website
---
Building Websites with Jekyll and GitLab
......
......@@ -2,12 +2,13 @@
layout: page
title: About
permalink: /about/
---
---
# About
## Project
{% raw %}{{ site.description }}{% endraw %}
{{ site.description }}
## Funders
......@@ -21,5 +22,5 @@ You can cite the project as:
## Contact us
- Email: [{% raw %}{{ site.email }}{% endraw %}](mailto:{% raw %}{{ site.email }}{% endraw %})
- Email: [{% raw %}{{ site.email }}{% endraw %}](mailto:{{ site.email }})
- Twitter: [@thecarpentries](https://twitter.com/thecarpentries)
\ 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