1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:55:31 -04:00

inline frontmatter styles in HTML rather than a bunch of baby CSS files

This commit is contained in:
2020-05-14 13:37:33 -04:00
parent 24edb85379
commit 8219c611a4
9 changed files with 24 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ Below are the code snippets you can grab and customize to make your own ["waving
{{< codepen username="jakejarvis" id="pBZWZw" left-tab="css" right-tab="result" >}}
### CSS:
## CSS:
<!-- prettier-ignore -->
```css
@@ -43,7 +43,7 @@ span.wave {
}
```
### HTML:
## HTML:
<!-- prettier-ignore -->
```html {linenos=false}