File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -121,15 +121,14 @@ <h2 class="entry-title"><a href="{% url 'news' %}">Latest News</a></h2>
121121</ div >
122122
123123< div id ="latest-blogs ">
124- < h2 class ="entry-title "> < a href =" https://planet.phpmyadmin.net/ " > Latest Posts in Developers Blogs</ a > </ h2 >
124+ < h2 class ="entry-title "> Latest Posts in Developers Blogs</ h2 >
125125 < ul >
126126 {% for item in short_planet %}
127127 < li >
128128 < a href ="{{ item.get_absolute_url }} "> {{ item.date|date:"Y-m-d" }}: {{item.title}}</ a >
129129 </ li >
130130 {% endfor %}
131131 </ ul >
132- < p class ="signature "> < a href ="https://planet.phpmyadmin.net/ "> ...more blogs.</ a > </ p >
133132</ div >
134133
135134</ div >
Original file line number Diff line number Diff line change 33
44{% block content %}
55
6- < p > Bored of official project news? Then check out developers blogs at
7- < a href ="https://planet.phpmyadmin.net/ "> planet phpMyAdmin</ a > .</ p >
8-
96< p > You can also follow us on < a
107href ="https://www.facebook.com/pages/PhpMyAdmin/157021164334486 "> Facebook</ a > or < a
118href ="https://twitter.com/phpmya "> Twitter</ a > . The news are also available in a
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ <h2>Team</h2>
1616< p >
1717You can contact the team on the < a href ="mailto:developers@phpmyadmin.net "> development
1818mailing list</ a > (< a href ="https://lists.phpmyadmin.net/mailman/listinfo/developers "> subscription and archives</ a > ).
19- You can follow the developers blogs at
20- < a href ="https://planet.phpmyadmin.net/ "> planet phpMyAdmin</ a > .
2119</ p >
2220
2321< div class ="vcard " id ="isaac ">
You can’t perform that action at this time.
0 commit comments