Skip to content

Commit

Permalink
Add new Mastodon account
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl authored and rdmueller committed May 8, 2024
1 parent 9392538 commit 8feef84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docToolchainConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ microsite.with {
//
// twitter account url
footerTwitter = 'https://twitter.com/dbsystel'
// mastodon account url
footerMastodon = 'https://bahn.social/@dbsystel'
//
// Github Repository
footerGithub = 'https://github.com/dbsystel'
Expand Down
3 changes: 3 additions & 0 deletions src/site/templates/header.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ metakeys.each { key ->
<meta name="msapplication-TileImage" content="${content.rootpath}ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<!-- Mastodon verification -->
<link rel="me" href="https://bahn.social/@dbsystel">

<script src="${content.rootpath}js/jquery-3.5.1.min.js"></script>
<script src="${content.rootpath}js/openseadragon-4.1.0/openseadragon.js"></script>

Expand Down

0 comments on commit 8feef84

Please sign in to comment.