From e096440ebe9c9652a1419b27146f96b08ca153d6 Mon Sep 17 00:00:00 2001 From: JiyoonJeong-Archive <109908679+JiyoonJeong-Archive@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:06:14 +0900 Subject: [PATCH] 240728 edited span in post.html 2 --- _layouts/post.html | 5 ----- _site/about/index.html | 4 ++-- _site/feed.xml | 2 +- _site/posts/About/index.html | 6 +++--- _site/posts/CV/index.html | 6 +++--- _site/posts/Research/index.html | 6 +++--- _site/research/index.html | 4 ++-- _site/sitemap.xml | 8 ++++---- _site/sw.js | 2 +- 9 files changed, 19 insertions(+), 24 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 3b4b0e94527..ebddc848aed 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -32,7 +32,6 @@

{{ page.title }}

{{ site.data.locales[lang].post.posted }} {% include datetime.html date=page.date tooltip=true lang=lang %} - {% if page.last_modified_at and page.last_modified_at != page.date %} @@ -40,7 +39,6 @@

{{ page.title }}

{% include datetime.html date=page.last_modified_at tooltip=true lang=lang %}
{% endif %} - - - {% if page.author %} {% assign authors = page.author %} {% elsif page.authors %} @@ -87,7 +83,6 @@

{{ page.title }}

{{ site.social.name }} {% endif %} -
diff --git a/_site/about/index.html b/_site/about/index.html index 29a3550487c..11f31d73e54 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -45,12 +45,12 @@ - + +{"@context":"https://schema.org","@type":"WebSite","dateModified":"2024-07-28T10:01:52+09:00","datePublished":"2024-07-28T10:01:52+09:00","description":"Hello, I’m Jiyoon.","headline":"About","name":"Jiyoon Jeong","sameAs":["https://JiyoonJeong-Archive.github.io","https://www.facebook.com/jeongjiyoon357","https://www.linkedin.com/in/jiyoon-jeong-b26132293/"],"url":"http://localhost:4000/about/"} diff --git a/_site/feed.xml b/_site/feed.xml index 71795605cde..528370192f4 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -4,7 +4,7 @@ http://localhost:4000/ Jiyoon Jeong Homepage introducing my research interests and experiences. - 2024-07-28T09:54:09+09:00 + 2024-07-28T10:01:52+09:00 Jiyoon Jeong http://localhost:4000/ diff --git a/_site/posts/About/index.html b/_site/posts/About/index.html index 02be11565c5..48526cc729e 100644 --- a/_site/posts/About/index.html +++ b/_site/posts/About/index.html @@ -862,9 +862,9 @@

About

- + - + diff --git a/_site/posts/CV/index.html b/_site/posts/CV/index.html index 2e1b2735bf6..8a23234919e 100644 --- a/_site/posts/CV/index.html +++ b/_site/posts/CV/index.html @@ -753,9 +753,9 @@

CV

- + - + diff --git a/_site/posts/Research/index.html b/_site/posts/Research/index.html index 37e36fd489c..ca0f1804fe5 100644 --- a/_site/posts/Research/index.html +++ b/_site/posts/Research/index.html @@ -1264,9 +1264,9 @@

Research

- + - + diff --git a/_site/research/index.html b/_site/research/index.html index 14ca5e12f37..2060c9d94a8 100644 --- a/_site/research/index.html +++ b/_site/research/index.html @@ -45,12 +45,12 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-07-28T10:01:52+09:00","datePublished":"2024-07-28T10:01:52+09:00","description":"Publications","headline":"Research","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/research/"},"url":"http://localhost:4000/research/"} diff --git a/_site/sitemap.xml b/_site/sitemap.xml index a194a7024b1..763e1606586 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -22,19 +22,19 @@ http://localhost:4000/about/ -2024-07-28T09:54:09+09:00 +2024-07-28T10:01:52+09:00 http://localhost:4000/research/ -2024-07-28T09:54:09+09:00 +2024-07-28T10:01:52+09:00 http://localhost:4000/archives/ -2024-07-28T09:54:09+09:00 +2024-07-28T10:01:52+09:00 http://localhost:4000/categories/ -2024-07-28T09:54:09+09:00 +2024-07-28T10:01:52+09:00 http://localhost:4000/ diff --git a/_site/sw.js b/_site/sw.js index 0993fd2d08a..686f827236a 100644 --- a/_site/sw.js +++ b/_site/sw.js @@ -1,6 +1,6 @@ self.importScripts('/assets/js/data/swcache.js'); -const cacheName = 'chirpy-20240728.095410'; +const cacheName = 'chirpy-20240728.100153'; function verifyDomain(url) { for (const domain of allowedDomains) {