about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-10-21 06:54:10 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-10-21 07:51:15 +0900
commit923d8cd0a2b4978c8691853945347ada5d27bb40 (patch)
tree5c3dc14b972b26b7c45ec41c84b5db817c25b4ce
parent2c3a16587c5a7d25b7b1e927609781e60b748a66 (diff)
downloadsite-923d8cd0a2b4978c8691853945347ada5d27bb40.tar.gz
Fix typo
-rw-r--r--.builds/shell.nix2
-rw-r--r--_libs/fead/in.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/shell.nix b/.builds/shell.nix
index 5b50f03..3e4cfe0 100644
--- a/.builds/shell.nix
+++ b/.builds/shell.nix
@@ -1,7 +1,7 @@
 with import <nixpkgs> {};
 mkShell {
   nativeBuildInputs = [
-    julia-bin nodejs nodePackages.katex python3Packages.formbox
+    julia nodejs nodePackages.katex python3Packages.formbox
   ];
 
   shellHook = ''
diff --git a/_libs/fead/in.html b/_libs/fead/in.html
index a95514d..77ec0e6 100644
--- a/_libs/fead/in.html
+++ b/_libs/fead/in.html
@@ -1,6 +1,6 @@
   <article>
     <h3><a href='{link}'>{title}</a></h3>
     {summary}
-    <small class='right'>&#8282;<a href='{source_link}'>{source_title}</a>,
+    <small class='right'>&#8212;<a href='{source_link}'>{source_title}</a>,
       {time:%F}</small>
   </article>