Skip to content

Commit d157068

Browse files
committed
πŸ“ Docs: Update docs
1 parent f2402b4 commit d157068

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

β€Žsrc/paste/templates/index.htmlβ€Ž

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>paste.py 🐍</title>
5-
<meta charset="UTF-8"/>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
7-
<meta name="og:title" content="paste.py 🐍"/>
8-
<meta name="og:site_name" content="paste.py"/>
9-
<meta name="og:description" content="A simple pastebin powered by FastAPI."/>
10-
<meta name="og:type" content="website"/>
11-
<meta name="og:url" content="https://paste.fosscu.org"/>
12-
<meta name="og:locale" content="en_US"/>
4+
<title>paste.py 🐍</title>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta name="og:title" content="paste.py 🐍" />
8+
<meta name="og:site_name" content="paste.py" />
9+
<meta
10+
name="og:description"
11+
content="A simple pastebin powered by FastAPI."
12+
/>
13+
<meta name="og:type" content="website" />
14+
<meta name="og:url" content="https://paste.fosscu.org" />
15+
<meta name="og:locale" content="en_US" />
1316
<style>
1417
body {
1518
font-family: sans-serif;
@@ -109,7 +112,7 @@ <h3>EXAMPLES</h3>
109112
A shell function that can be added to <strong>.bashrc</strong> or <strong>.bash_profle</strong> or <strong>.zshrc</strong> for
110113
quick pasting from the command line. The command takes a filename or reads
111114
from stdin if none was supplied and outputs the URL of the paste to
112-
stdout: <pre>paste file.txt</pre> or <pre>echo "hi" | paste</pre></p>
115+
stdout: <pre>paste file.txt</pre> <!-- or <pre>echo "hi" | paste</pre></p> -->
113116

114117

115118
</pre>

0 commit comments

Comments
Β (0)