Skip to content

Commit dc57ed1

Browse files
committed
Fix blogdown rendering problem, add logo.
Also, added a shortcode for raw HTML.
1 parent f326335 commit dc57ed1

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

content/create.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "Create a CodeMeta file"
33
#layout: login
44
---
55

6-
Need to generate a CodeMeta compliant metadata file? Try out the [CodeMeta Generator](https://codemeta.github.io/codemeta-generator), which was donated by the folks at [Software Heritage](https://www.softwareheritage.org).
6+
Need to generate a CodeMeta compliant metadata file? Try out the [CodeMeta Generator](https://codemeta.github.io/codemeta-generator), which was created by the folks at [Software Heritage](https://www.softwareheritage.org).
77

8-
[![Software Heritage](https://www.softwareheritage.org/wp-content/uploads/2015/08/swh-logo.png) Software Heritage](https://www.softwareheritage.org)
8+
9+
{{< rawhtml >}}
10+
<a href="https://www.softwareheritage.org">
11+
<img src="https://www.softwareheritage.org/wp-content/uploads/2015/08/swh-logo.png" style="height: 50px;"/> Software Heritage</a>
12+
{{< /rawhtml >}}

content/crosswalk/biotools.Rmd

Lines changed: 0 additions & 19 deletions
This file was deleted.

layouts/shortcodes/rawhtml.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- raw html -->
2+
{{.Inner}}

0 commit comments

Comments
 (0)