Adds meta tags to index.html

This commit is contained in:
Joshua Thayer 2014-06-05 15:16:56 -07:00
parent 0cd457f47f
commit af46ee0bda

View File

@ -61,6 +61,9 @@
top:1px; top:1px;
} }
</style> </style>
<meta name="onionshare-filename" content="{{ filename }}">
<meta name="onionshare-filesize" content="{{ filesize }}">
<meta name="onionshare-filehash" content="{{ filehash }}">
</head> </head>
<body> <body>
<p><a class="button" href='/{{ slug }}/download'>{{ filename }} &#x25BC;</a></p> <p><a class="button" href='/{{ slug }}/download'>{{ filename }} &#x25BC;</a></p>