mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Adds option for description
This commit is contained in:
@ -25,7 +25,11 @@
|
|||||||
<meta property="og:type" content="{% if page.excerpt %}article{% else %}website{% endif %}" />
|
<meta property="og:type" content="{% if page.excerpt %}article{% else %}website{% endif %}" />
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}/" />
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}/" />
|
||||||
<meta property="og:image" content="{{ site.url }}/images/{% if page.image %}posts/{{page.image}}{% else %}posts/main-building.jpg{% endif %}" />
|
<meta property="og:image" content="{{ site.url }}/images/{% if page.image %}posts/{{page.image}}{% else %}posts/main-building.jpg{% endif %}" />
|
||||||
<meta property="og:description" content="{{ desc }}" />
|
{% if page.description != null %}
|
||||||
|
<meta property="og:description" content="{{ page.description }}" />
|
||||||
|
{% else %}
|
||||||
|
<meta property="og:description" content="{{ desc }}" />
|
||||||
|
{% endif %}
|
||||||
<!-- Open Graph protocol -->
|
<!-- Open Graph protocol -->
|
||||||
|
|
||||||
<!-- Facebook tags -->
|
<!-- Facebook tags -->
|
||||||
|
|||||||
@ -4,6 +4,7 @@ title: "The Ultimate Freshman's Guide to IIT Roorkee"
|
|||||||
tags: [wona]
|
tags: [wona]
|
||||||
category: academics
|
category: academics
|
||||||
image: freshman-guide.jpg
|
image: freshman-guide.jpg
|
||||||
|
description: The complete, wholesome and perfect reference book to IIT Roorkee!
|
||||||
---
|
---
|
||||||
|
|
||||||
College has a lot to offer, which is probably why you feel a little clueless and intimidated right now. You might wake up in the morning every other day and feel a little nauseated and dizzy, even though your amazing mental strength got you through one of the toughest examination of the world. And that’s alright!
|
College has a lot to offer, which is probably why you feel a little clueless and intimidated right now. You might wake up in the morning every other day and feel a little nauseated and dizzy, even though your amazing mental strength got you through one of the toughest examination of the world. And that’s alright!
|
||||||
@ -12,4 +13,4 @@ Watch Out brings to you the painful yet insanely awesome realities of college li
|
|||||||
<br/><br/>
|
<br/><br/>
|
||||||
We have all the answers, so dive in!
|
We have all the answers, so dive in!
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<a href="/FreshmanGuidetoIITR.pdf" style="text-align: center"><button type="button" class="btn btn-primary btn-block btn-lg">The complete, wholesome and perfect reference book to IIT Roorkee!</button></a>
|
<a href="/FreshmanGuidetoIITR.pdf" style="text-align: center"><button type="button" class="btn btn-primary btn-block btn-lg">Download the guide here!</button></a>
|
||||||
Reference in New Issue
Block a user