We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbe2236 + d377fc6 commit 4284cfaCopy full SHA for 4284cfa
config/site.php
@@ -117,6 +117,11 @@
117
'options' => ['target' => '_blank'],
118
'title' => 'Twitter',
119
],
120
+ 'mastodon' => [
121
+ 'url' => 'https://phpc.social/@cakephp',
122
+ 'options' => ['target' => '_blank', 'rel' => 'me'],
123
+ 'title' => 'Mastodon',
124
+ ],
125
126
'help' => [
127
'discourse' => [
src/Template/Element/Layout/default/footer/social_links.ctp
@@ -76,7 +76,7 @@
76
]
77
); ?>
78
<?= $this->Html->link(
79
- $this->Html->tag('i', '', ['class' => 'fa icon-social fa-stack-mastodon']),
+ $this->Html->tag('i', '', ['class' => 'fa icon-social fa-mastodon']),
80
'https://phpc.social/@cakephp',
81
[
82
'rel' => 'me',
0 commit comments