Add gist embedding for code snippets
This commit is contained in:
parent
020f67fd30
commit
0b12d81b59
6 changed files with 207 additions and 19 deletions
3
styles/components/content-types/_blog-post.sass
Normal file
3
styles/components/content-types/_blog-post.sass
Normal file
|
@ -0,0 +1,3 @@
|
|||
code[data-gist-id]
|
||||
background: transparent
|
||||
padding: 0
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
@import 'base'
|
||||
@import 'components/badges'
|
||||
@import 'components/content-types/blog-post'
|
||||
@import 'components/footer'
|
||||
@import 'components/meetups'
|
||||
@import 'components/testimonials'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue