From d0675d9a7c61e4d0aa2ee72f6288e768b2ee19d1 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sun, 4 Jul 2021 18:21:01 +0200 Subject: [PATCH] fix(): Fixing the org eval section --- content-org/blog.org | 2 +- content/posts/git-rebase-and-strategies.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content-org/blog.org b/content-org/blog.org index c58fac9..c16b152 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -7059,6 +7059,6 @@ If you already use it to organize some aspects of your life, you can just as eas * Footnotes * COMMENT Local Variables :ARCHIVE: # Local Variables: -# eval: (add-hook 'after-save-hook #'org-hugo-export-wim-to-md :append :local) +# eval: (org-hugo-auto-export-mode) # eval: (auto-fill-mode 1) # End: diff --git a/content/posts/git-rebase-and-strategies.md b/content/posts/git-rebase-and-strategies.md index a9eaabe..0ff43ce 100644 --- a/content/posts/git-rebase-and-strategies.md +++ b/content/posts/git-rebase-and-strategies.md @@ -1,8 +1,8 @@ +++ title = "Git! Rebase and Strategies" author = ["Elia el Lazkani"] -date = 2019-08-10T21:00:00+02:00 -lastmod = 2021-06-28T00:01:33+02:00 +date = 2019-08-10 +lastmod = 2019-08-10 tags = ["git", "rebase", "strategies"] categories = ["revision-control"] draft = false