Website content for chibug.org

layout: add link to mastodon

+3 -1
+3 -1
_layouts/default.html
··· 6 6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 7 7 <link rel="shortcut icon" href="/images/favicon.png"> 8 8 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/rss" /> 9 + <link rel="me" href="https://social.sdf.org/@chibug"> 9 10 <meta name="viewport" content="width=device-width" /> 10 11 <meta property="og:url" content="{{ site.url }}{{ page.url }}" /> 11 12 <meta property="og:title" content="ChiBUG: {% if page.title %}{{ page.title }}{% else %}Chicago Area BSD Users Group{% endif %}" /> 12 13 <meta property="og:image" content="https://chibug.org/images/chibug-1000.png" /> 13 - <meta name="twitter:card" content="summary_large_image" /> 14 14 <link href="/css/default.css" media="screen" rel="stylesheet" type="text/css"/> 15 15 </head> 16 16 <body> ··· 45 45 | 46 46 <a href="https://web.libera.chat/?channel=#chibug">IRC Chat (#chibug 47 47 on Libera.Chat)</a> 48 + | 49 + <a href="https://social.sdf.org/@chibug">Mastodon</a> 48 50 | 49 51 <a href="/friends/">Friends</a> 50 52 </div>