Skip to content

Commit 4a26436

Browse files
committed
fix gist embeds to only include the gist id, not the username
1 parent 49ce5f3 commit 4a26436

9 files changed

Lines changed: 9 additions & 9 deletions

_posts/2013-06-17-gists-on-tumblr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ So I figured it might be useful to be able to post gists here. Turns out it's ac
1818

1919
https://gist.github.com/soemarko/1395926
2020

21-
{% gist soemarko/1395926 %}
21+
{% gist 1395926 %}

_posts/2013-07-13-nmap-sh-saving-precious-seconds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ With that in mind, here's a little bash script I threw together today to reduce
2424

2525
https://gist.github.com/0xdevalias/5963377
2626

27-
{% gist 0xdevalias/5963377 %}
27+
{% gist 5963377 %}

_posts/2013-08-03-rails-lessons-learned-the-hard-way-1-db-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Generate your model first, make all manual edits, and then only AFTER you have m
2222

2323
https://gist.github.com/0xdevalias/5790864
2424

25-
{% gist 0xdevalias/5790864 %}
25+
{% gist 5790864 %}

_posts/2013-08-10-erpscan-automator-because-manual-is-meh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ At time of writing, configuration is all done inside the script, with no support
2424

2525
https://gist.github.com/0xdevalias/6118709
2626

27-
{% gist 0xdevalias/6118709 %}
27+
{% gist 6118709 %}

_posts/2013-08-29-reversing-powershell-securestring-for-fun-and-profit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Just goes to show that no matter how secure a technology you create, in the end
2626

2727
https://gist.github.com/0xdevalias/6101928
2828

29-
{% gist 0xdevalias/6101928 %}
29+
{% gist 6101928 %}

_posts/2013-11-21-vfeed-wrapper-helper-scripts-for-speed-and-efficiency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Enjoy!
3838

3939
https://gist.github.com/0xdevalias/7554985
4040

41-
{% gist 0xdevalias/7554985 %}
41+
{% gist 7554985 %}

_posts/2014-04-02-hacking-unicoins-for-fun-and-profit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Enjoy your unicoins! <3 /dev/alias
2929

3030
https://gist.github.com/0xdevalias/9905949
3131

32-
{% gist 0xdevalias/9905949 %}
32+
{% gist 9905949 %}

_posts/2014-05-15-java-scala-future-promise-map-headsplode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ A side by side comparison (now that I finally got it figured out!) of [Play Fram
2525

2626
https://gist.github.com/0xdevalias/1d3b44312d8a68ddbaa5
2727

28-
{% gist 0xdevalias/1d3b44312d8a68ddbaa5 %}
28+
{% gist 1d3b44312d8a68ddbaa5 %}

_posts/2015-04-20-dogedraw-now-with-more-nyaan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ A little while (and far too long typing out pixel art as code) later, and we hav
2727

2828
https://gist.github.com/0xdevalias/e8bb28726a37854606ad
2929

30-
{% gist 0xdevalias/e8bb28726a37854606ad %}
30+
{% gist e8bb28726a37854606ad %}

0 commit comments

Comments
 (0)