Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
bookshare
Commits
1f705502
Commit
1f705502
authored
May 12, 2015
by
Daniel W Bond
Browse files
Merge branch 'FacebookOpenGraph' of
https://git.gmu.edu/srct/bookshare
into FacebookOpenGraph
parents
f028f691
de9e6f31
Changes
1
Show whitespace changes
Inline
Side-by-side
bookshare/trades/templates/detail_listing.html
View file @
1f705502
...
...
@@ -4,26 +4,12 @@
SRCT Bookshare
•
{{ listing.title }}
{% endblock title %}
{% block social_metadata %}
<meta
property=
"og:title"
content=
"{{ listing.title }}"
/>
<meta
property=
"og:type"
content=
"book"
/>
<meta
property=
"og:url"
content=
"{{ request.build_absolute_uri }}"
/>
<meta
property=
"og:image"
content-
"{{
listing.photo.url
}}"
/>
<meta
property=
"books:author"
content=
"{{ listing.author }}"
/>
<meta
property=
"books:isbn"
content=
" {{ listing.isbn }}"
/>
{% if listing.year %}
<meta
property=
"books:release_date"
content=
"{{ listing.year }}"
{%
endif
%}
{%
endblock
social_metadata
%}
{% block content %}
{% load crispy_forms_tags %}
{% load humanize %}
<!
--
you
can
'
t
actually
dismiss
this
for
some
reason
--
>
{% if flag_count > 4 %}
{% block javascript %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment