{% extends "base.html" %} {% block content %}

James' Index Log - Past Indexes

Past crawls

This page shows a record of all past crawls of jamesg.blog.

{% if past_indexes | length > 0 %} {% for c in past_indexes %} {% endfor %}
Total pages indexed Total images indexed Pages indexed in crawl Images indexed in crawl HTML content length Index start Index end Crawl duration
{{ c[0] }} {{ c[1] }} {{ c[2] }} {{ c[3] }} {{ c[4] }} {{ c[5] }} {{ c[6] }} {{ c[7] }}
{% else %}

No crawls have been run yet.

{% endif %}
{% endblock %}