mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Added some new HTML meta-tags (#1562)
* Added some new HTML meta-tags * Update CHANGELOG.md
This commit is contained in:
parent
612004c10b
commit
be4a6a2dd8
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
**Merged pull requests:**
|
||||
|
||||
- Release 2.4.5 🦕 ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Added some new HTML meta-tags [\#1562](https://github.com/torrentpier/torrentpier/pull/1562) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Fixed `md5()` deprecated in PHP 8.4 [\#1561](https://github.com/torrentpier/torrentpier/pull/1561) ([belomaxorka](https://github.com/belomaxorka))
|
||||
|
||||
## [v2.4.4](https://github.com/torrentpier/torrentpier/tree/v2.4.4) (2024-07-22)
|
||||
|
|
|
@ -5,12 +5,15 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<title><!-- IF HAVE_NEW_PM -->({HAVE_NEW_PM}) <!-- ENDIF --><!-- IF PAGE_TITLE -->{PAGE_TITLE} :: {SITENAME}<!-- ELSE -->{SITENAME}<!-- ENDIF --></title>
|
||||
<meta name="apple-mobile-web-app-title" content="{SITENAME}">
|
||||
<meta name="application-name" content="{SITENAME}"/>
|
||||
<meta property="og:site_name" content="{SITENAME}">
|
||||
<meta property="og:image" content="{SITE_URL}styles/images/logo/logo.png" />
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="twitter:image" content="{SITE_URL}styles/images/logo/logo.png">
|
||||
<meta property="og:title" content="<!-- IF PAGE_TITLE -->{PAGE_TITLE} :: {SITENAME}<!-- ELSE -->{SITENAME}<!-- ENDIF -->">
|
||||
<meta property="twitter:title" content="<!-- IF PAGE_TITLE -->{PAGE_TITLE} :: {SITENAME}<!-- ELSE -->{SITENAME}<!-- ENDIF -->">
|
||||
<meta property="twitter:card" content="summary">
|
||||
<!-- IF META_PREV_PAGE -->
|
||||
<link rel="prev" href="{META_PREV_PAGE}">
|
||||
<!-- ENDIF / META_PREV_PAGE -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue