ritstudentgovernment / PawPrints

PawPrints petition application for the RIT community.
https://pawprints.rit.edu
Apache License 2.0
16 stars 13 forks source link

Open Graph tags for each petition #75

Closed zujko closed 6 years ago

zujko commented 6 years ago

This implements rendering a blank html page with opengraph tags which will be used by crawlers/bots to generate correct meta data information for petitions.

Bots/crawlers will be redirected to this blank page by nginx.

codecov[bot] commented 6 years ago

Codecov Report

Merging #75 into develop will decrease coverage by 0.5%. The diff coverage is 46.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #75      +/-   ##
==========================================
- Coverage    91.41%   90.9%   -0.51%     
==========================================
  Files           25      25              
  Lines         1246    1254       +8     
==========================================
+ Hits          1139    1140       +1     
- Misses         107     114       +7
Impacted Files Coverage Δ
petitions/urls.py 100% <ø> (ø) :arrow_up:
petitions/views.py 80.26% <46.66%> (-1.87%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a419c62...e593e92. Read the comment docs.