diff --git a/source/tmpl/service.gohtml b/source/tmpl/service.gohtml
index 0bf83d61..b63f947f 100644
--- a/source/tmpl/service.gohtml
+++ b/source/tmpl/service.gohtml
@@ -2,6 +2,8 @@
{{define "description"}}{{$s := .Service}}{{if $s.Online }}{{.Service.Name}} is currently online and responding within {{$s.AvgTime}} milliseconds with {{$s.TotalUptime}}% total uptime on {{$s.Domain}}.{{else}}{{.Service.Name}} is currently offline on {{$s.Domain}}. Notify the admin to let them know their service is offline.{{end}}{{end}}
{{ define "content" }}
{{$s := .Service}}
+{{$failures := $s.LimitedFailures 16}}
+{{$checkinFailures := $s.LimitedCheckinFailures 16}}
{{$isAdmin := Auth}}
diff --git a/source/wiki.go b/source/wiki.go
index 063c5d54..6c1ecb98 100644
--- a/source/wiki.go
+++ b/source/wiki.go
@@ -1,6 +1,6 @@
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
-// 2019-01-03 15:06:10.49374 -0800 PST m=+1.168477687
+// 2019-01-03 22:14:02.567846 -0800 PST m=+0.846504189
//
// This contains the most recently Markdown source for the Statping Wiki.
package source
diff --git a/version.txt b/version.txt
index 2467aa0e..b80e8405 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.80.34
\ No newline at end of file
+0.80.35
\ No newline at end of file