[gnome-web-www] make news links again
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] make news links again
- Date: Wed, 27 Mar 2013 18:16:10 +0000 (UTC)
commit e085eb671b23572d9b73d7cef8a7a6a709cb0a82
Author: Andreas Nilsson <anilsson redhat com>
Date: Wed Mar 27 15:16:03 2013 -0300
make news links again
theme/page-home.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/theme/page-home.php b/theme/page-home.php
index 56a4751..d78506d 100644
--- a/theme/page-home.php
+++ b/theme/page-home.php
@@ -61,8 +61,10 @@ The GNOME Project is a diverse international community which involves hundreds o
?>
<div class="grid_4">
- <strong><?php the_title(); ?></strong>
- <?php echo strip_tags(get_the_excerpt()); ?>
+ <a href="<?php the_permalink(); ?>">
+ <strong><?php the_title(); ?></strong>
+ <?php echo strip_tags(get_the_excerpt()); ?>
+ </a>
</div>
<?php
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]