mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
made changes to content meta
This commit is contained in:
parent
91b4e806d7
commit
1ef7637ae1
@ -62,7 +62,7 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
|
||||
|
||||
//Created: {createdSegment} <br />
|
||||
return (
|
||||
<p class={classNames(displayClass, "content-meta")}>
|
||||
/*<p class={classNames(displayClass, "content-meta")}>
|
||||
{readingTimeStr} <br />
|
||||
Last updated on {modifiedSegment} <br />
|
||||
🌟 <a href={`https://github.com/xy-241/CS-Notes/blame/v4/${fileRelativePath}`} class={classNames(displayClass, "external")} target={"_blank"} style={"font-weight:400"}>
|
||||
@ -71,7 +71,7 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
|
||||
🗓️ <a href={`https://github.com/xy-241/CS-Notes/commits/v4/${fileRelativePath}`} class={classNames(displayClass, "external")} target={"_blank"} style={"font-weight:400"}>
|
||||
History<svg class="external-icon" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg>
|
||||
</a>
|
||||
</p>
|
||||
</p> */
|
||||
)
|
||||
|
||||
/*const segmentsElements = segments.map((segment) => <span>{segment}</span>)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user