Adam.S

Results 35 comments of Adam.S

One of the things I am seeing is a lack of content being added to the wiki. People do not seem to want to share their solutions on the wiki...

It should be noted that this is an optional feature that can be turned on for a given page. It does not change the default page behaviour.

Hi I have submitted documentation on DNS/BIND #65. It might be useful for someone to add documentation on doing BIND under Docker. I see there are some examples on Docker...

This is a template file for creating new contents. The links themselves should not be used in content that is being published. That being said. I will copy over the...

Hi. Sorry for my own lack of a replay. Just saw it now. For my own use case I have three switch sensors. The use case I had in mind...

@glensc the pending change request is on this pull request.

I have worked around this by doing the following in _default/single.html ``` {{ $thisDate := .Date }} {{ if (gt .Lastmod.Unix .Date.Unix) }} {{ $thisDate = .Lastmod }} {{ end...

Hi. I am in the process of cleaning up my GitHub account. This pull request has existed for about 2 years and has seen no action in about 10 months....

This issue should have been resolved with pr #127 This should be closed.

I have just done something similar based on the example above ```html {{ if .Params.image }} {{ if .Params.credit }} Photo Source: {{ if .Params.credit.author.link }} {{.Params.credit.author.name}} {{ else }}...