Skip to content

Commit aa67a73

Browse files
authored
refactor: update title in /paste/
1 parent 34f1432 commit aa67a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paste/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def get_paste_data(uuid: str, user_agent: Optional[str] = Header(None)) ->
208208
response_content: str = f"""
209209
<html>
210210
<head>
211-
<title>{uuid} | Paste.py</title>
211+
<title>{uuid} | paste.py 🐍</title>
212212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
213213
<style>{custom_style}</style>
214214
<style>{formatter.get_style_defs('.highlight')}</style>

0 commit comments

Comments
 (0)