/**
  * Render author link
  */
 public function author()
 {
     $this->webView->author();
     self::$state = true;
 }