(2/2)
```
---
company:
location:
title:
email:
website:
aliases:
phone:
URL:
Mastodon:
Birthday:
---
tags:: [[👥 People MOC]]
# [[<% tp.file.title %>]]
<% await tp.file.move("/People/" + tp.file.title) %>
## Notes
-
## Log
```dataview
TABLE WITHOUT ID
file.link AS "Contact notes",
file.day + ": **" + T + " days**" AS "Last contacts"
FROM [[<% tp.file.title %>]]
FLATTEN (date(today) - file.day).days AS T
SORT file.day desc
```
%% Source: https://gist.github.com/dannberg %%
```