commit e742616dda8b78e53b9a72c3aba06bb01a7dddb1 Author: Sebastian Hahn sebastian@torproject.org Date: Sun Feb 8 17:14:19 2015 +0100
Add open graph meta tag --- include/head.wmi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/include/head.wmi b/include/head.wmi index 78e422a..321658c 100644 --- a/include/head.wmi +++ b/include/head.wmi @@ -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">