mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 10:40:55 +00:00
added ESA description
This commit is contained in:
@ -1,11 +1,12 @@
|
|||||||
---
|
---
|
||||||
layout: layout
|
layout: layout
|
||||||
---
|
---
|
||||||
|
{% if page.isImageCover != false %}
|
||||||
{% if page.image %}
|
{% if page.image %}
|
||||||
<div class="cover">
|
<div class="cover">
|
||||||
<img src="/images/posts/{{ page.image }}" alt="">
|
<img src="/images/posts/{{ page.image }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<section class="post">
|
<section class="post">
|
||||||
@ -21,3 +22,11 @@ layout: layout
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{% if page.isImageCover == false %}
|
||||||
|
{% if page.image %}
|
||||||
|
<div class="cover">
|
||||||
|
<img src="/images/posts/{{ page.image }}" alt="">
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
@ -3,4 +3,12 @@ layout: post
|
|||||||
image: elective.jpg
|
image: elective.jpg
|
||||||
categories: [wona, column]
|
categories: [wona, column]
|
||||||
tag:
|
tag:
|
||||||
|
isImageCover: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Are you totally flummoxed after seeing the elective registration list?
|
||||||
|
Does the sound of 'Fiction of the Indian Diaspora' gives you constipation?
|
||||||
|
Or
|
||||||
|
Are you stuck choosing between the elective which has your crush and the one which guarantees you a dassi?
|
||||||
|
|
||||||
|
Fear not, ladies and gentlemen of IITR. Watch Out! News Agency proudly presents the solution to all your problems (which you must have, as always, left for the last minute): The Elective Selection Algorithm.
|
||||||
Reference in New Issue
Block a user