diff options
| author | a73x <[email protected]> | 2024-12-21 11:53:54 +0000 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-12-21 11:53:54 +0000 |
| commit | 6beea1d4127d2d51bfdc75162423407c198d19da (patch) | |
| tree | 03aaf4e1511935dd8bc0b35e167544adcd7bacb5 /public/index.html | |
| parent | f71e02f096f4b856a8ebd0323cebfd958bb17359 (diff) | |
add date to posts
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 0c0e403..976d5cb 100644 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,7 @@ <title>a73x</title> <link rel="stylesheet" href="/static/styles.css"> <link rel="stylesheet" href="/static/syntax.css"> + <link rel="icon" type="image/x-icon" href="/static/favicon.svg"> </head> <body> @@ -52,7 +53,9 @@ <h1 id="tidbits">tidbits</h1> -<h2 id="go">#go</h2> +<p>Arbitrary bits of information</p> + +<h2 id="go">go</h2> <ul> <li>layout packages by what they do, not by their abstract type</li> @@ -67,7 +70,7 @@ more CPU == more contention</li> </ul> -<h2 id="git">#git</h2> +<h2 id="git">git</h2> <ul> <li><code>git reflog</code> will save you when you mess up</li> |
