diff options
author | Charlie Root <root@tilde.institute> | 2020-06-29 23:23:55 -0400 |
---|---|---|
committer | Charlie Root <root@tilde.institute> | 2020-06-29 23:23:55 -0400 |
commit | 2d0934b6f5151788f407b40790c0898f625a185c (patch) | |
tree | 368126945cc64bfdc9cffd416b2e2fe6f4151e51 /coc.php | |
parent | 0bd895f5563efbaf47630ce0da93e76b1fab36a1 (diff) | |
download | site-2d0934b6f5151788f407b40790c0898f625a185c.tar.gz |
added webmention links to head
Diffstat (limited to 'coc.php')
-rwxr-xr-x | coc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coc.php b/coc.php index d6b7eb1..f0c331f 100755 --- a/coc.php +++ b/coc.php @@ -9,6 +9,7 @@ <title>tilde.institute :: Code of Conduct</title> <link rel="stylesheet" href="tilde.css" type="text/css" /> <link rel="icon" type="image/png" href="icon.png" /> + <?php include("_webmention.html") ?> </head> <body> |