diff --git a/badges.md b/badges.md index 95fef511b..6c40dca7e 100644 --- a/badges.md +++ b/badges.md @@ -106,7 +106,7 @@ Here are some badges for open source projects. ## Thanks - **Jsfuse** © 2014, Rico Sta. Cruz. Released under the [MIT License].
+ **Jsfuse** © 2014+, Rico Sta. Cruz. Released under the [MIT License].
Authored and maintained by Rico Sta. Cruz with help from [contributors]. > [ricostacruz.com](http://ricostacruz.com)  ·  diff --git a/html-meta.md b/html-meta.md new file mode 100644 index 000000000..0567b2aff --- /dev/null +++ b/html-meta.md @@ -0,0 +1,41 @@ +--- +title: "HTML: meta tags" +layout: default +--- + +### Viewport + + + + +### UA + + + +### URL + + + + + +### Title + + ... + + + +### Description + + + + + +### Image + + + + +### Reference + + * https://dev.twitter.com/docs/cards + * https://developers.facebook.com/docs/opengraphprotocol/#types diff --git a/sh-pipes.md b/sh-pipes.md new file mode 100644 index 000000000..1c7da0fc2 --- /dev/null +++ b/sh-pipes.md @@ -0,0 +1,6 @@ +--- +title: "Shell: named pipes" +layout: default +--- + + diff <(ls ./old) <(ls ./new)