mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixing few links
This commit is contained in:
@ -10,8 +10,8 @@
|
|||||||
<div class="social pull-right">
|
<div class="social pull-right">
|
||||||
<!-- <a href="/team">Team</a> -->
|
<!-- <a href="/team">Team</a> -->
|
||||||
<a href="/about">About</a>
|
<a href="/about">About</a>
|
||||||
<img src="/images/fb-logo.svg" href="http://fb.com/WatchOutNewsAgency">
|
<a href="http://fb.com/WatchOutNewsAgency"><img src="/images/fb-logo.svg"></a>
|
||||||
<img src="/images/youtube-play.svg" href="https://www.youtube.com/channel/UCthZ7tKOzy4EJpuVxtdcp1A">
|
<a href="https://www.youtube.com/channel/UCthZ7tKOzy4EJpuVxtdcp1A"><img src="/images/youtube-play.svg"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
</a>
|
</a>
|
||||||
<div class="social pull-right">
|
<div class="social pull-right">
|
||||||
<a href="/about">About</a>
|
<a href="/about">About</a>
|
||||||
<img src="/images/fb-logo.svg" href="http://fb.com/WatchOutNewsAgency">
|
<a href="http://fb.com/WatchOutNewsAgency"><img src="/images/fb-logo.svg"></a>
|
||||||
<img src="/images/youtube-play.svg" href="https://www.youtube.com/channel/UCthZ7tKOzy4EJpuVxtdcp1A">
|
<a href="https://www.youtube.com/channel/UCthZ7tKOzy4EJpuVxtdcp1A"><img src="/images/youtube-play.svg"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,7 @@ layout: layout
|
|||||||
<div id="more-articles-container" class="container">
|
<div id="more-articles-container" class="container">
|
||||||
<div class="head-wrapper">
|
<div class="head-wrapper">
|
||||||
<h1 class="container-title">More from {{ page.category | capitalize }}</h1>
|
<h1 class="container-title">More from {{ page.category | capitalize }}</h1>
|
||||||
<span class="view-all">view all</span>
|
<a href="/category/{{ page.category }}/"><span class="view-all">view all</span></a>
|
||||||
</div>
|
</div>
|
||||||
<section id="more-articles" class="row">
|
<section id="more-articles" class="row">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user