diff options
| author | alex <alex@pdp7.net> | 2024-11-09 20:33:21 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-11-09 20:34:06 +0100 |
| commit | 729b95053a1f0fe975371d17ea2a196af9f7f38f (patch) | |
| tree | f8ed276ad303e78f8e32e9ffb7e574eabb21e071 | |
| parent | 8d2ccab62c9ef06d075f715a2f9988d88c656878 (diff) | |
Add TVmaze to links
| -rw-r--r-- | blog/blog/meta.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blog/meta.py b/blog/blog/meta.py index 6842ccc9..be828ac3 100644 --- a/blog/blog/meta.py +++ b/blog/blog/meta.py @@ -6,6 +6,7 @@ SCHEMA = None LINKS = ( ("@yo@alex.femto.pub", "https://alex.femto.pub/@yo@alex.femto.pub/"), ("GitHub", "https://github.com/alexpdp7/"), + ("TVmaze", "https://www.tvmaze.com/users/35495/koala/stats"), ("LinkedIn", "https://es.linkedin.com/in/alexcorcoles"), ("Project Euler", "https://projecteuler.net/profile/koalillo.png"), ("Stack Exchange", "https://stackexchange.com/users/13361/alex"), |
