File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ---
1+
22
33## Open Tasks
44
88[ Make LLM pretraining accessible for everyone ➝] ( /blog/5-dollar-llm )
99
1010
11- ---
11+
1212
1313### Arctices
1414
Original file line number Diff line number Diff line change @@ -32,15 +32,7 @@ export default async function BlogPostPage({ params }: PageProps) {
3232 < div className = "min-h-screen bg-[#1f1e1d] text-[#faf9f6]/90 pt-32 pb-24" >
3333 < div className = "container mx-auto px-6 max-w-4xl" >
3434 < div className = "mb-12" >
35- < Link
36- href = "/research"
37- className = "text-blue-400 hover:text-blue-300 transition-colors flex items-center gap-2 mb-8"
38- >
39- < svg className = "w-4 h-4" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" >
40- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M10 19l-7-7m0 0l7-7m-7 7h18" />
41- </ svg >
42- Back to Research
43- </ Link >
35+
4436
4537 < div className = "flex items-center gap-4 text-sm text-[#faf9f6]/60 mb-4" >
4638 < span > { post . date } </ span >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments