import Link from 'next/link'; import ta from 'time-ago'; import { string, bool } from 'prop-types'; const PostLink = ({ href, date, lang, download, children }) => { const link = (