Annotate .gitignore, update title of HTML output
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,4 +29,6 @@ Thumbs.db
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
# Completed tasks are cached here to preserve them beyond the API's 90 day limit
|
||||
Todoist-Completed-History.json
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Todoist Backup - {{ date }}</title>
|
||||
<title>Todoist Actual Backup - {{ date }}</title>
|
||||
<style>
|
||||
body { font-family: Arial, sans-serif; background: #f8f9fa; color: #222; margin: 0; padding: 0; }
|
||||
.container { max-width: 960px; margin: 2em auto; background: #fff; padding: 2em; border-radius: 8px; box-shadow: 0 2px 8px #0001; }
|
||||
@ -37,7 +37,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Todoist Backup ({{ date }})</h1>
|
||||
<h1>Todoist Actual Backup ({{ date }})</h1>
|
||||
|
||||
{% macro render_task(task, level=0) %}
|
||||
<div class="task level-{{ level }}">
|
||||
|
Reference in New Issue
Block a user