File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 < meta property ="og:description " content ="{{ page.description | escape_once }} " />
1919 < meta property ="twitter:title " content ="{{ page.title | escape_once }} " />
2020 < meta property ="twitter:description " content ="{{ page.description | escape_once }} " />
21+ {% if page.image %}
22+ < meta property ="twitter:image " content ="{{ site.url }}/{{ page.image }} " />
23+ < meta property ="og:image " content ="{{ site.url }}/{{ page.image }} " />
24+ {% endif %}
2125
2226 <!-- CSS stolen from mdBook -->
2327 < link rel ="stylesheet " href ="{{ site.baseurl }}/css/book.css ">
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ title: Ruby Evolution
33prev : /
44next : 3.1
55description : A very brief list of new significant features that emerged in Ruby programming language since version 2.0 (2013).
6+ image : images/evolution.png
67---
78
89# Ruby Evolution
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ title: Ruby Evolution
33prev : /
44next : 3.1
55description : A very brief list of new significant features that emerged in Ruby programming language since version 2.0 (2013).
6+ image : images/evolution.png
67---
78
89# Ruby Evolution
You can’t perform that action at this time.
0 commit comments