Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
* Fix: codepen shortcode id
* Change baseurl to example.com in exampleSite
  • Loading branch information
kaiiiz committed Feb 17, 2021
2 parents 9d2d68f + 964ca1d commit 38b368c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/codepen.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $id := .Get "id" }}

<p class="codepen" data-height="400" data-theme-id="dark" data-default-tab="html,result" data-slug-hash="Vwmpjba" style="height: 400px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="{{ $id }}"></p>
<p class="codepen" data-height="400" data-theme-id="dark" data-default-tab="html,result" data-slug-hash="{{ $id }}" style="height: 400px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;"></p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>

0 comments on commit 38b368c

Please sign in to comment.