From 41179da871abb055b5b17333a1d87042d0507647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Thu, 5 Dec 2024 14:32:39 +0100 Subject: [PATCH] Fixes links and typo in README --- README.md | 2 +- internal/web/templates/result.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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" . }}