Add single photo pages, navigateable by arrow keys and touch gestures.

This commit is contained in:
2016-09-03 21:32:55 +02:00
parent e6b0c13354
commit f86a3ce358
9 changed files with 378 additions and 11 deletions

View File

@@ -246,7 +246,7 @@ class Tag
public function getUrl()
{
return BASEURL . '/tag/' . $this->slug . '/';
return BASEURL . '/' . $this->slug . '/';
}
public function save()