[gtk-web: 1/2] Remove the identi.ca and Google+ links
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web: 1/2] Remove the identi.ca and Google+ links
- Date: Mon, 18 Mar 2019 18:17:42 +0000 (UTC)
commit 203d1ba7c6944f57475b3ba06c347cc8e78478a3
Author: Ryan Gonzalez <rymg19 gmail com>
Date: Wed Mar 13 15:54:06 2019 -0500
Remove the identi.ca and Google+ links
The identi.ca page hasn't been updated in 6 years, and Google+ is shutting down in less than a month.
index-fails.php | 4 +---
index.php | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/index-fails.php b/index-fails.php
index a04ba58..4a7ab24 100644
--- a/index-fails.php
+++ b/index-fails.php
@@ -162,7 +162,7 @@ $first = true;
if( $newsfeed->iscached ) echo '<!-- This content is cached -->';
foreach( $items as $item ) {
-?>
+?>
<li<?php if($first) echo ' class="first"'; ?>>
<div class="time">
<span class="date"><?php echo date("F j, Y", $item['date']); ?></span>
@@ -179,8 +179,6 @@ $first = false;
<div>Follow the GTK project on:</div>
<span>
<a href="http://twitter.com/GTKtoolkit" title="Follow GTKtoolkit on
Twitter">Twitter</a> |
- <a href="http://identi.ca/gtktoolkit" title="Follow GTKtoolkit on
identi.ca">identi.ca</a> |
- <a href="https://plus.google.com/114139219146791168347" title="Follow GTK on
Google+" rel="publisher">Google+</a>
</span>
</div>
diff --git a/index.php b/index.php
index 1756b05..8f9ba78 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@ if( $newsfeed->iscached ) {
}
foreach( $items as $item ) {
-?>
+?>
<li<?php if($first) echo ' class="first"'; ?>>
<div class="time">
<span class="date"><?php echo date("F j, Y", $item['date']); ?></span>
@@ -39,8 +39,6 @@ $first = false;
<span>
<a href="https://blog.gtk.org" title="Follow the GTK blog">blog</a> |
<a href="https://twitter.com/GTKtoolkit" title="Follow GTKtoolkit on
Twitter">Twitter</a> |
- <a href="http://identi.ca/gtktoolkit" title="Follow GTKtoolkit on
identi.ca">identi.ca</a> |
- <a href="https://plus.google.com/114139219146791168347" title="Follow GTK on
Google+" rel="publisher">Google+</a>
</span>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]