15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta property="og:title" content="<%= @object.title %>" />
|
|
<meta property="og:description" content="<%= strip_tags @object.subtitle %>" />
|
|
<meta property="og:image" content="<%= ('http://' + request.env['HTTP_HOST'] + @object.image.url) unless @object.image.blank? %>" />
|
|
<script type="text/javascript">
|
|
<!--
|
|
window.location = "<%= @orig_url %>"
|
|
//-->
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |