Feat: Home page content updated with new marketing images. DOG section styles updated for marketing materials.
This commit is contained in:
@@ -70,3 +70,9 @@ def privacy_policy():
|
||||
@routes_legal.route('/robots.txt', methods=['GET'])
|
||||
def robots_txt():
|
||||
return send_from_directory('static', 'docs/robots.txt')
|
||||
@routes_legal.route('/favicon.ico', methods=['GET'])
|
||||
def favicon_ico():
|
||||
return send_from_directory('static', 'images/fetch-metrics-logo.ico', mimetype='image/vnd.microsoft.icon') # -and-company-name-curved-0.5
|
||||
@routes_legal.route('/sitemap.xml', methods=['GET'])
|
||||
def sitemap_xml():
|
||||
return send_from_directory('static', 'docs/sitemap.xml')
|
||||
|
||||
Reference in New Issue
Block a user