Skip to content

Commit

Permalink
removendo o "_test" do titulo da pagina
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 12, 2024
1 parent fdc7773 commit 3731733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>this_is_cleverson_test</title>
<title>this_is_cleverson</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/reset.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/markdown.css') }}">
Expand Down

0 comments on commit 3731733

Please sign in to comment.