This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bugfix in blog
version-14
Rushabh Mehta
11 years ago
parent
279f07ca8a
commit
cee0ee13a0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/templates/generators/blog_post.py
+ 1
- 1
frappe/templates/generators/blog_post.py
View File
@@ -33,7 +33,7 @@ def get_context(context):
"description": blog_post.description,
}
image = find_first_image(blog_post.
main_section
)
image = find_first_image(blog_post.
content
)
if image:
blog_post.metatags["image"] = image
Write
Preview
Loading…
Cancel
Save