Nishant Totla

Results 2 issues of Nishant Totla

In `og.html` and `twitter.html` partial layouts, there's an extra space that could prevent an image from showing up. For example: https://github.com/prakhar1989/hugo-blog/blob/master/themes/skeleton/layouts/partials/og.html#L8 The line reads ``` ``` but should actually be...

Hi, This is more of a question - I've been thinking about how to use the backward compatibility structs defined in [`https://github.com/docker/engine-api/tree/master/types/versions/`](https://github.com/docker/engine-api/tree/master/types/versions/). The older structs are implemented there, but the...