diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-09 16:41:00 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-09 16:41:00 -0500 |
commit | 8a45755f670eaf4baf20f1e857fe2aa0ce7efa69 (patch) | |
tree | 187c9a423c28a5ddfb46f7d407649a4d0fb75643 /theme | |
parent | dd7139f1d9fe477f808a5cece9a8f29443893d21 (diff) | |
download | cleberg.net-8a45755f670eaf4baf20f1e857fe2aa0ce7efa69.tar.gz cleberg.net-8a45755f670eaf4baf20f1e857fe2aa0ce7efa69.tar.bz2 cleberg.net-8a45755f670eaf4baf20f1e857fe2aa0ce7efa69.zip |
fix missing character
Diffstat (limited to 'theme')
-rw-r--r-- | theme/static/salary.csv | 1 | ||||
-rw-r--r-- | theme/templates/index.html | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/theme/static/salary.csv b/theme/static/salary.csv index 12143d9..ab2e697 100644 --- a/theme/static/salary.csv +++ b/theme/static/salary.csv @@ -1,4 +1,5 @@ Title,Company,Location,Start,End,Salary +Senior Associate - Technology Assurance - Audit,KPMG,Omaha(NE),2024-10,,TBD Senior Associate - Technology Assurance - Audit,KPMG,Omaha(NE),2023-10,2024-10,116700 Senior Associate - Technology Assurance - Audit,KPMG,Omaha(NE),2022-06,2023-10,110000 Senior Technology Risk Consultant,Ernst & Young,Des Moines(IA),2021-09,2022-06,89500 diff --git a/theme/templates/index.html b/theme/templates/index.html index de58240..906dd2d 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -8,9 +8,11 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <section> <h2>Recent Blog Posts</h2> - <div class="post> + <div class="post"> <time datetime="2024-09-23 19:52:20">2024-09-23</time> - <a href="/blog/self-hosting-transmission.html">Self-Hosting Transmission Bittorrent Client</a> + <a href="/blog/self-hosting-transmission.html" + >Self-Hosting Transmission Bittorrent Client</a + > </div> <div class="post"> <time datetime="2024-09-20 13:38:52">2024-09-20</time> |