diff --git a/README.md b/README.md index 142f486..d51c16f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Wrapped tool for the guys living in a b&w world. Copy the `env.sample` in `.env` and set up the variables: ```sh -$ cp env.sample .env +$ cp env-sample .env ``` ```ini diff --git a/internal/web/templates/result.html b/internal/web/templates/result.html index e0505d5..30accf8 100644 --- a/internal/web/templates/result.html +++ b/internal/web/templates/result.html @@ -1,7 +1,7 @@ {{ template "header.html" . }}

- {{.baseURL}}/{{.uniqueID}} + {{.baseURL}}/{{.uniqueID}}

@@ -54,21 +54,21 @@
Share on Twitter Share on Mastodon Share on Bluesky Share on LinkedIn + href="https://www.linkedin.com/sharing/share-offsite/?url={{.baseURL}}/results/{{.uniqueID}}" target="_blank" class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded-lg transition duration-200">Share on LinkedIn
{{ template "footer.html" . }}