From fe3931393b3160ec462586dc03a048ecdd0a150a Mon Sep 17 00:00:00 2001 From: ada Date: Fri, 22 Aug 2025 16:33:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D1=83=D1=82=D1=8C=20=D1=81=D0=BE=D1=85?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D1=84=D0=B0:=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20@site.in=5Fdest=5Fdir=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=B2=20assets/js/graph-data.?= =?UTF-8?q?json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _plugins/note_graph.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_plugins/note_graph.rb b/_plugins/note_graph.rb index e15f01e..fa79851 100644 --- a/_plugins/note_graph.rb +++ b/_plugins/note_graph.rb @@ -98,7 +98,7 @@ module NoteGraph end def write(dest) - out_path = site.in_dest_dir('assets/js/graph-data.json') + out_path = @site.in_dest_dir('assets/js/graph-data.json') FileUtils.mkdir_p(File.dirname(out_path)) File.write(out_path, json) true