Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2016-06-28 18:56:27 +0300
committerMichael Rose <est.michael@gmail.com>2016-06-28 18:56:27 +0300
commit3a4c61b270473b72dcd5a36153c848b4bfbe7544 (patch)
tree526052948dfc68a26deda168ae630667983de5fb
parenta152d5cbc13bf10cd6e2af373d32a3d87d51dca6 (diff)
Add Gist to sample post
-rw-r--r--_posts/2013-08-16-code-highlighting-post.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/_posts/2013-08-16-code-highlighting-post.md b/_posts/2013-08-16-code-highlighting-post.md
index ccf93da..e41a838 100644
--- a/_posts/2013-08-16-code-highlighting-post.md
+++ b/_posts/2013-08-16-code-highlighting-post.md
@@ -111,4 +111,10 @@ module Jekyll
end
end
end
-~~~ \ No newline at end of file
+~~~
+
+### GitHub Gist Embed
+
+An example of a Gist embed below.
+
+<script src="https://gist.github.com/mmistakes/43a355923921d22cd993.js"></script> \ No newline at end of file