Skip to content

Commit

Permalink
Do Not Display User Name
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Jan 28, 2025
1 parent 05fafca commit cd95efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about.page
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
- /lot/x/user/index/2.png
author: Taufik Nurrohman
type: Markdown
version: 2.0.2
version: 2.0.3
...

### File
Expand Down
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ function route__user($content, $path, $query, $hash) {
return ['page/user', [], 404];
}
\lot('page', $user = new \User($file));
\lot('t')[] = $user->user . ' (' . ($user->title = $user . "") . ')';
\lot('t')[] = \i('User');
\lot('t')[] = $user->title = $user . "";
\State::set('is', [
'active' => !!\Is::user($user->user),
'error' => false,
Expand Down

0 comments on commit cd95efe

Please sign in to comment.