diff options
Diffstat (limited to 'layouts/shortcodes/contact-table.html')
-rw-r--r-- | layouts/shortcodes/contact-table.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/shortcodes/contact-table.html b/layouts/shortcodes/contact-table.html index ffffaeb..991cd94 100644 --- a/layouts/shortcodes/contact-table.html +++ b/layouts/shortcodes/contact-table.html @@ -51,6 +51,20 @@ <tr> <td> + {{- $img := resources.Get "more/images/rubygems.png" }} + {{- $img := $img.Resize "x13 png q90"}} + <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}"> + </td> + <td> + Rubygems: + <b> + <a href="https://rubygems.org/profiles/mms">mms</a> + </b> + </td> + </tr> + + <tr> + <td> {{- $img := resources.Get "more/images/lobsters.png" }} {{- $img := $img.Resize "x13 png q90"}} <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}"> |