Browse Source

Tweaks

mistress
Daniel Muckerman 4 years ago
parent
commit
c349ccbded
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      config/config.yaml
  2. +1
    -1
      templates/final_countdown.j2

+ 2
- 2
config/config.yaml View File

@ -1,6 +1,6 @@
search: search:
active: True active: True
search_url: 'https://searx.info/?q='
search_url: 'https://google.technicalincompetence.club/?q='
accounts: accounts:
account_url: 'https://account.technicalincompetence.club' account_url: 'https://account.technicalincompetence.club'
@ -14,7 +14,7 @@ countdown:
final_countdown: final_countdown:
active: True active: True
timestamp: "August 16 2020 17:12:00-0400"
timestamp: "August 16 2020 17:16:00-0400"
apps: apps:
zillow: zillow:

+ 1
- 1
templates/final_countdown.j2 View File

@ -1,5 +1,5 @@
{% extends "bootstrap/base.html" %} {% extends "bootstrap/base.html" %}
{% block title %}Technical Incompetence - Home{% endblock %}
{% block title %}IT'S COMING{% endblock %}
{% block styles %} {% block styles %}
{{super()}} {{super()}}

Loading…
Cancel
Save