Skip to content

Commit aa1ffcf

Browse files
committed
Update
1 parent 7fab298 commit aa1ffcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

layouts/shortcodes/github-script.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- layouts/shortcodes/github-script.html -->
2+
<div class="github-script">
3+
<h4>{{ .Get "title" }}</h4>
4+
<pre><code class="{{ .Get "lang" }}">{{ .Page.Site.Data.scripts.GetScript .Get "file" }}</code></pre>
5+
<a href="{{ .Get "url" }}" target="_blank">Ver en GitHub</a>
6+
</div>

0 commit comments

Comments
 (0)