/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/blog/theme.config.js
20 строк
349 B
Steven
chore(examples): use default prettier for examples/templates (#60530)
12 янв 2024, 02:01
Не верифицирован
12 янв 2024, 02:01
4466ba4
Код
Авторство
О чём код?
const YEAR = new Date().getFullYear(); export default { footer: ( <footer> <small> <time>{YEAR}</time> © Your Name. <a href="/feed.xml">RSS</a> </small> <style jsx>{` footer { margin-top: 8rem; } a { float: right; } `}</style> </footer> ), };