Skip to content

Commit

Permalink
Merge pull request #764 from cucumber/report-changes-from-hugo-to-cuc…
Browse files Browse the repository at this point in the history
…umber-sb

Report recent changes of the hugo theme to the cucumber-sb one
  • Loading branch information
aurelien-reeves authored Jun 20, 2022
2 parents 2d92bbb + e2497b8 commit 198e48e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions themes/cucumber-sb/layouts/shortcodes/danger.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<article class="message is-danger">
<div class="message-header">
<p>{{ .Get 0 }}</p>
</div>
<div class="message-body">
{{ .Inner }}
</div>
</article>
2 changes: 1 addition & 1 deletion themes/cucumber-sb/layouts/shortcodes/warn.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article class="message is-danger">
<article class="message is-warning">
<div class="message-header">
<p>{{ .Get 0 }}</p>
</div>
Expand Down

0 comments on commit 198e48e

Please sign in to comment.