File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6262<% else %>
6363 < meta name ="twitter:card " content ="summary " />
6464 < meta name ="twitter:creator " content ="@CodidactQA " />
65+ < meta property ="og:type " content ="website " />
66+ < meta property ="og:site_name " content ="<%= RequestContext . community . name %> - Codidact " />
6567 < meta property ="og:url " content ="<%= request . original_url %> " />
6668 < meta property ="og:title " content ="<%= page_title %> " />
6769 < meta property ="og:description " content ="<%= content_for? ( :description ) ? content_for ( :description ) : desc %> " />
68- < meta property ="og:image " content ="<%= "https:// #{ RequestContext . community . host } #{ SiteSetting [ 'SiteLogoPath' ] } " %> " />
70+ < meta property ="og:image " content ="<%= "#{ SiteSetting [ 'SiteLogoPath' ] } " %> " />
6971<% end %>
Original file line number Diff line number Diff line change 1414 < meta property ="og:url " content ="<%= post_url ( @post ) %> " />
1515 < meta property ="og:title " content ="<%= @post . title %> " />
1616 < meta property ="og:description " content ="<%= @post . body_plain [ 0 ..150 ] . strip %> ... " />
17- < meta property ="og:image " content ="<%= "https:// #{ RequestContext . community . host } #{ SiteSetting [ 'SiteLogoPath' ] } " %> " />
17+ < meta property ="og:image " content ="<%= "#{ SiteSetting [ 'SiteLogoPath' ] } " %> " />
1818<% end %>
1919
2020<%= render 'posts/expanded' , post : @post , float_notice : false %>
You can’t perform that action at this time.
0 commit comments