Skip to content

Commit

Permalink
Merge pull request #35 from ndw/rel-me
Browse files Browse the repository at this point in the history
Add rel=me for Mastodon
  • Loading branch information
ndw authored Dec 6, 2022
2 parents 5458252 + de4b7d8 commit 2497c64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions includes/head/homepage.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<head xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/tufte.css"/>
<link rel="stylesheet" href="css/xproc.css"/>
<link rel="stylesheet" href="https://use.typekit.net/zgg8zqr.css" />
<link rel="me" href="https://botsin.space/@xproc" />
<script src="https://code.jquery.com/jquery-3.4.0.min.js"
integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg="
crossorigin="anonymous"></script>
<script src="js/mdecl.js"></script>
<link rel="icon" href="img/favicon.gif"/>
</head>
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<pubmeta>
<header>main</header>
<title>XProc 3.0 - Home</title>
<head>homepage</head>
</pubmeta>

<h1>XProc 3.0</h1>
Expand Down

0 comments on commit 2497c64

Please sign in to comment.