my tanglesite :O june.tngl.io
1

Configure Feed

Select the types of activity you want to include in your feed.

index: fix canonical

june (Jul 6, 2026, 5:40 PM +0200) d4fc4bae 12d8d5d3

+2 -2
+1 -1
flake.nix
··· 1 1 { 2 - description = "june.tngl.sh"; 2 + description = "june.tngl.io"; 3 3 4 4 inputs = { 5 5 nixpkgs.url = "nixpkgs/nixos-unstable";
+1 -1
lua/init.lua
··· 22 22 h.title(title), 23 23 h.meta({ name = "title", content = title }), 24 24 h.link({ rel = "stylesheet", href = "/static/styles.css" }), 25 - h.link({ rel = "canonical", href = "https://june.tngl.sh" }), 25 + h.link({ rel = "canonical", href = "https://june.tngl.io" }), 26 26 h.link({ 27 27 rel = "icon", 28 28 href = site .. "/img/favicon.ico",