We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fab298 commit aa1ffcfCopy full SHA for aa1ffcf
layouts/shortcodes/github-script.html
@@ -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