Skip to content

Commit 204542b

Browse files
fix: standardize memo front matter and logo path
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
1 parent 74c2ed1 commit 204542b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

collections/_memos/1-study-design.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ author: "Dennis Yi Tenen"
44
date: "May 10, 2025"
55
documentclass: texMemo
66
mainfont: "fbb"
7+
layout: memo
8+
published: true
79
header-includes: |
810
\usepackage{graphicx}
911
\memoto{Recipient Name}
1012
\memofrom{Dennis Yi Tenen}
1113
\memosubject{Memo 1: On Study Design in Computational Humanities}
1214
\memodate{\today}
13-
\memologo{\includegraphics[width=0.3\textwidth]{cunil-logo.png}}
15+
\memologo{\includegraphics[width=0.3\textwidth]{assets/cunil-logo.png}}
1416
---
1517

1618
Reading Thad Dunning's *Natural Experiments in the Social Science* (Cambridge, 2012) I am

collections/_memos/2-study-design.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ author: "Dennis Yi Tenen"
44
date: "May 10, 2025"
55
documentclass: texMemo
66
mainfont: "fbb"
7+
layout: memo
78
published: false
89
header-includes: |
910
\usepackage{graphicx}
1011
\memoto{Recipient Name}
1112
\memofrom{Dennis Yi Tenen}
12-
\memosubject{Memo 1: On Study Design in Computational Humanities}
13+
\memosubject{Memo 2: On Study Design in Computational Humanities}
1314
\memodate{\today}
14-
\memologo{\includegraphics[width=0.3\textwidth]{cunil-logo.png}}
15+
\memologo{\includegraphics[width=0.3\textwidth]{assets/cunil-logo.png}}
1516
---
1617

1718
Reading Thad Dunning's *Natural Experiments in the Social Science* (Cambridge, 2012) I am

0 commit comments

Comments
 (0)