import Head from 'next/head'
const Meta = ({ title, keywords, description }) => {
return (
{title}
)
}
Meta.defaultProps = {
title: 'WebDev Newz',
keywords: 'web development, programming',
description: 'Get the latest news in web dev',
}
export default Meta
订阅:
博文评论 (Atom)
-
gsettings set org.gnome.desktop.interface clock-show-seconds true
-
Move https://www.cnblogs.com/zzqcn/p/4656518.html - 字符 - h 左移一个字符 - l 右移一个字符 - 单词 - w,W 移动到下一个单词开头,大写是以空格分隔的单词 - b,B 移动到上一...
-
vim ~/.bashrc 在最后面加入如下函数代码 function title(){ if [ -z "$ORIG"] ;then ORIG=$PS1 fi TITLE="\[\e]2;$*\a\]" PS1=${ORIG}${TI...
没有评论:
发表评论