]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
README.md: Fix output path of pandoc command
[ngircd-web.git] / includes / common.php
index 1794e1be2cf03c99615a03cd5183a4abb07e2898..c68277cffb5817455eea54aacdc87c5e58800114 100644 (file)
@@ -13,7 +13,8 @@ function begin_page($lang = 'en', $title = null) {
        echo '<meta name="author-email" content="alex@barton.de">';
        echo '<meta name="MSSmartTagsPreventParsing" content="TRUE">';
        echo '<link rel="stylesheet" href="common/styles.css" type="text/css" media="screen">';
-       echo '<link rel="author" href="mailto:alex@barton.de" title="E-Mail an Alex">';
+       echo '<link rel="author" href="mailto:alex+ngircd@barton.de" title="E-Mail Alex">';
+       echo '<link rel="me" href="https://social.tchncs.de/@ngircd">';
        echo '<script src="common/mootools.js"></script>';
        echo '<script src="common/slide.js"></script>';
        echo "</head>\n<body>";