mirror of
https://github.com/torproject/webwml.git
synced 2025-03-06 09:17:17 +00:00
Add open graph meta tag
This commit is contained in:
parent
47671a81fe
commit
e742616dda
@ -15,17 +15,18 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="The Tor Project, Inc.">
|
||||
<meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
|
||||
|
||||
<meta property="og:image" content="https://www.torproject.org/images/tor-logo.jpg">
|
||||
|
||||
<title>$(TITLE)</title>
|
||||
|
||||
|
||||
<link rel="icon" href="$(IMGROOT)/favicon.ico">
|
||||
<ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)">">
|
||||
<ifneq "$(REDIRECT_GLOBAL)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT_GLOBAL)">">
|
||||
|
||||
|
||||
# begin WML to generate css/js paths
|
||||
<ifneq "$(STYLESHEET)" "" "<link href="$(DOCROOT)/$(STYLESHEET)" rel="stylesheet">">
|
||||
<ifeq "$(STYLESHEET)" "" "<link href="$(DOCROOT)/css/master.css" rel="stylesheet">">
|
||||
|
||||
|
||||
#<link href="css/master.css" rel="stylesheet">
|
||||
<!--[if lte IE 8]>
|
||||
<link href="$(DOCROOT)/css/ie8-and-down.css" rel="stylesheet">
|
||||
|
Loading…
x
Reference in New Issue
Block a user