Include DNS check and graceful error if no DNS record exists
This commit is contained in:
parent
123bd7d62a
commit
0d2575bc0a
2 changed files with 13 additions and 2 deletions
|
|
@ -40,6 +40,10 @@
|
|||
<dt>Title</dt>
|
||||
<dd>{{.}}</dd>
|
||||
{{end}}
|
||||
{{with .Notes}}
|
||||
<dt>Notes</dt>
|
||||
<dd>{{.}}</dd>
|
||||
{{end}}
|
||||
</dl>
|
||||
{{if .ScreenshotURL}}
|
||||
<img src="{{.ScreenshotURL}}" alt="screenshot of {{.DomainName}} as of {{.FetchTime.Format "Mon Jan 2 15:04:05 -0700 MST 2006" }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue