aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/func2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/func b/bin/func
index f637749..f8ef010 100644
--- a/bin/func
+++ b/bin/func
@@ -166,7 +166,7 @@ __generate_index_line() {
fi
cat <<-EOF
- <a href="$(__get_final_filename ${2})">
+ <a href="/$(__get_final_filename ${2})">
$(__get_value_title ${2})
</a>
EOF
remember that computers suck.
>
+```sh
+$ curl -s https://rgoncalves.se/index.html | grep "googlebot"
+<meta name="googlebot" content="noindex">
+```
+
+```sh
+$ wc -l /etc/hosts
+224395 /etc/hosts
+```
+
+---
+
+Computers and technologies are cool, but don't waste too much time with them.
+They ultimately suck and create more problem than they solve.
+
+Embrace real human interactions.
+
+Read a book or start here: http://www.aaronsw.com/weblog/rawnerve
remember that computers suck.