Skip to content

Commit

Permalink
Changing some wording/content
Browse files Browse the repository at this point in the history
  • Loading branch information
pdweinstein committed Apr 2, 2018
1 parent ec78eb5 commit f7d7e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -52,7 +52,7 @@
<p>Meanwhile, elsewhere on the web…</p>
<p><ul>
<li><a href=\"http://pdw.weinstein.org/about/index.html\" alt\"Personal Blog\">Blog</a></li>
<li><a href=\"https://www.github.com/pdweinstein\" alt\"GitHub\">GitHub</a><ul><li>Latest Commit:
<li><a href=\"https://www.github.com/pdweinstein\" alt\"GitHub\">GitHub</a><ul><li>Last commit was
");

if ( $location != 'local' ) {
Expand All @@ -71,7 +71,7 @@

$template->outputHTML("
</li></ul>
<li><a href=\"https://www.goodreads.com/author/show/193451.Paul_Weinstein\" alt\"Goodreads\">Goodreads</a> <ul> <li> Latest Reading:
<li><a href=\"https://www.goodreads.com/author/show/193451.Paul_Weinstein\" alt\"Goodreads\">Goodreads</a> <ul> <li> Currently reading
");

$book = $books[0];
Expand All @@ -81,7 +81,7 @@
</li></ul>
<li><a href=\"https://plus.google.com/u/0/104233578006014995011\" alt\"Google+\">G+</a></li>
<li><a href=\"https://www.facebook.com/pdweinstein\" alt\"Facebook\">Facebook</a></li>
<li><a href=\"https://www.flickr.com/photos/pdweinstein\" alt\"Flickr\">Flickr</a><ul><li>Latest Image:
<li><a href=\"https://www.flickr.com/photos/pdweinstein\" alt\"Flickr\">Flickr</a><ul><li>Latest photo is
");

$recent = $flickr->people_getPublicPhotos( FLICKR_USER );
Expand Down

0 comments on commit f7d7e22

Please sign in to comment.