mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
fix: correct layout attribute in atom and sitemap files
fix: update title field in config and fix link formatting in post fix build errors Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
@ -21,9 +21,9 @@ defaults:
|
||||
is_category_page: true
|
||||
layout: category
|
||||
|
||||
name: Watch Out, IIT Roorkee
|
||||
title: Watch Out, IIT Roorkee
|
||||
url: http://watchout.iitr.ac.in
|
||||
gems: [jekyll-paginate]
|
||||
plugins: [jekyll-paginate]
|
||||
description: The official news magazine of IIT Roorkee.
|
||||
paginate: 10
|
||||
paginate_path: "/page/:num"
|
||||
|
||||
@ -74,6 +74,6 @@ This issue can be dealt with if the dogs are treated properly. The campus has a
|
||||
|
||||
The Dog Menace Committee meets every month, so any rule/initiatives which may have loopholes are expected to be revamped. Roorkee’s pup fiction will need an active contribution from the campus junta to have a happy and warm ending.
|
||||
|
||||
<span style="text-decoration:underline">[Minutes of Meeting of the Dog Menace Committee Meeting, 15 th April 2019 (PDF)]({{ site.url }}/{{ https://drive.google.com/file/d/1Ro59qPApmDfeWm5k_YyI3-p5jzWroQFa/view?usp=sharing }})</span>
|
||||
<span style="text-decoration:underline">[Minutes of Meeting of the Dog Menace Committee, 15th April 2019 (PDF)](https://drive.google.com/file/d/1Ro59qPApmDfeWm5k_YyI3-p5jzWroQFa/view?usp=sharing)</span>
|
||||
|
||||
{: style="width:70%;height:auto"}
|
||||
|
||||
2
atom.xml
2
atom.xml
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: nil
|
||||
layout: none
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: nil
|
||||
layout: none
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
Reference in New Issue
Block a user