feedizer/cmd/feedizer/internal/templates/pages/bot.html

29 lines
714 B
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
{{ template "partials/head" . }}
</head>
<body>
{{ template "partials/header" . }}
<div class='row'>
<div class='columns small-12'>
<h2>About the FeedizerBot</h2>
<p>Current version: {{ .Crawler.Version }}, updated on
{{ .Crawler.LastUpdated | printf "%A, %Y-%m-%d" }}.</p>
<p>
TBD
</p>
<h3>Don't want your site to be feedized?</h3>
<p>
Support for <code>robots.txt</code> will be added by no later than version 1.0 of the crawler.
</p>
</div>
</div>
{{ template "partials/footer" . }}
</body>
</html>