Skip to content

Commit d299fe3

Browse files
authored
Add Google AdSense meta tag to site pages (#282)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 6dc68ce commit d299fe3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

site/demo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="keywords" content="timeago, timeago.js, datetime, time ago, javascript timeago, react-timeago, jquery-timeago" />
99
<meta name="description" content="timeago.js is a tiny library (less than 2kb) used to format date with '*** time ago' statements. eg: '3 hours ago'. No dependencies. Supports automatically updating fuzzy timestamps." />
1010
<link rel="canonical" href="https://timeago.ling.pub/demo.html" />
11+
<meta name="google-adsense-account" content="ca-pub-7292810486004926" />
1112
<link rel="shortcut icon" href="clock.png" />
1213
<link rel="bookmark" href="clock.png" />
1314
<link rel="stylesheet" type="text/css" href="css.css" />

site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<meta name="twitter:description" content="timeago.js is a tiny library (less than 2kb) used to format datetime with '*** time ago' statements. No dependencies. Supports i18n and automatic updates." />
2424
<meta name="twitter:image" content="https://timeago.ling.pub/clock.png" />
2525

26+
<meta name="google-adsense-account" content="ca-pub-7292810486004926" />
2627
<link rel="shortcut icon" href="./clock.png" />
2728
<link rel="bookmark" href="./clock.png" />
2829
<link rel="stylesheet" type="text/css" href="./css.css" />

0 commit comments

Comments
 (0)