1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 17:48:30 -04:00

silly privacy policy for facebook

This commit is contained in:
Jake Jarvis 2019-08-05 09:50:28 -04:00
parent 08a0dac1f7
commit e8740dab70
2 changed files with 13 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<meta property="og:description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<meta property="og:image" content="{{ if .Params.image }}{{ .Permalink }}images/{{ .Params.image }}{{ else }}{{ "me.jpg" | absURL }}{{ end }}">
<meta property="fb:admins" content="1329090853">
<meta property="fb:app_id" content="3357248167622283">
<meta property="twitter:account_id" content="229769022">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@jakejarvis">

12
static/privacy.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy</title>
</head>
<body>
<p>We do not share personal information with third-parties nor do we store information we collect about your visit to this blog for use other than to analyze content performance through the use of cookies, which you can turn off at any time by modifying your Internet browser's settings. We are not responsible for the republishing of the content found on this blog on other Web sites or media without our permission. This privacy policy is subject to change without notice.</p>
<p><a href="https://jarv.is/">Return home.</p>
</body>
</html>