Skip to content

Commit

Permalink
Add meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Jun 16, 2021
1 parent edc35bd commit d55a6d8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions configs/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,21 @@
// Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = '1';

## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
// For attaching licensing metadata to pages, and displaying an
// appropriate copyright notice / icon. GNU Free Documentation
// License and Creative Commons licenses are supported so far.
$wgRightsPage = '페미위키:저작권';
$wgRightsUrl = 'https://creativecommons.org/licenses/by-sa/4.0/deed.ko';
$wgRightsText = '크리에이티브 커먼즈 저작자표시-동일조건변경허락 4.0 국제 라이선스';
$wgRightsIcon = "$wgResourceBasePath/resources/assets/licenses/cc-by-sa.png";

// Open graph tags which should be added by all skins
$wgSkinMetaTags = [
'og:title',
'og:type',
'twitter:card',
];

// Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = '/usr/bin/diff3';

Expand Down

0 comments on commit d55a6d8

Please sign in to comment.