add fediverse meta tag
This commit is contained in:
parent
f0128e98d8
commit
8da4a628c7
|
@ -1,5 +1,8 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
with pkgs; let
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
with pkgs;
|
||||
let
|
||||
vendoredDeps = stdenv.mkDerivation rec {
|
||||
name = "hugoVendoredDeps";
|
||||
|
||||
|
@ -27,7 +30,7 @@ with pkgs; let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mart-w.de-${version}";
|
||||
version = "1.0.1";
|
||||
version = "1.1";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
1
layouts/partials/head/custom.html
Normal file
1
layouts/partials/head/custom.html
Normal file
|
@ -0,0 +1 @@
|
|||
<meta name="fediverse:creator" content="@mart_w@chaos.social">
|
Loading…
Reference in a new issue