From 58b831cd241f13f6d8ed16ba01cd74edf734c517 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 15 Mar 2022 17:27:33 -0700 Subject: [PATCH] Fix typo in graph page --- content/graph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/graph.html b/content/graph.html index 00cc6f1..1f36ed1 100644 --- a/content/graph.html +++ b/content/graph.html @@ -12,7 +12,7 @@ title: "Content Graph" }

-Here you can see a visualization of the posts on this article using Vis.js. +Here you can see a visualization of the posts on this blog using Vis.js. In the below graph, each node is an article, and each edge between nodes is a reference from one article to another. Each article is sized to be roughly proportional to its word count (file size is used as a quick metric for this purpose). You can hover over a node to see the title of the article