Files
docs.a2v.space/content/personal-site/copyright-outdated.md
T

22 lines
480 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Copyright без 2026 года"
date: 2026-03-31
tags: ["audit", "personal-site"]
---
## Проблема
В `params.toml`:
```
copyRight = "Copyright (c) 2020-2025 Антон Агальцов"
```
Сейчас 2026 год — нужно обновить.
### Рекомендация
Обновить на `2020-2026`. Или сделать динамическим через Hugo template:
```
Copyright (c) 2020-{{ now.Year }} Антон Агальцов
```