Skip to content

Commit

Permalink
titles are everything?
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Dec 5, 2022
1 parent 3cfd3f4 commit 889bb37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<title>{% block title %}{% endblock %} - Flaskr</title>
<title>{% block title %}{% endblock %} - Another web service</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<nav>
<a href="https://anotherwebservice.com/">Another Web Service</a>
Expand Down
3 changes: 3 additions & 0 deletions src/web/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{% extends 'base.html' %}

{% block title %}
Save ChatGPT chats automatically
{% endblock title %}

{% block header %}
<h1>Save ChatGPT chats automatically</h1>
Expand Down

0 comments on commit 889bb37

Please sign in to comment.