diff options
| -rw-r--r-- | hugo.toml | 5 | ||||
| -rw-r--r-- | public/about/index.html | 2 | ||||
| -rw-r--r-- | public/archives/index.html | 2 | ||||
| -rw-r--r-- | public/categories/index.html | 2 | ||||
| -rw-r--r-- | public/index.html | 2 | ||||
| -rw-r--r-- | public/posts/index.html | 2 | ||||
| -rw-r--r-- | public/posts/neovim/index.html | 2 | ||||
| -rw-r--r-- | public/posts/notebook/index.html | 2 | ||||
| -rw-r--r-- | public/tags/index.html | 2 | ||||
| -rw-r--r-- | public/tags/jupyter-notebook/index.html | 2 | ||||
| -rw-r--r-- | public/tags/neovim/index.html | 2 | ||||
| -rw-r--r-- | public/tags/tech/index.html | 2 | ||||
| -rw-r--r-- | public/tags/tutorial/index.html | 2 |
13 files changed, 29 insertions, 0 deletions
@@ -35,3 +35,8 @@ weight = 3 name = "Tags" url = "/tags" weight = 4 + +[[menu.main]] +name = "Flask" +url = "https://flask.mqdd.cloud" +weight = 5 diff --git a/public/about/index.html b/public/about/index.html index 9da1fa6..e81ecd6 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -47,6 +47,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/archives/index.html b/public/archives/index.html index 96faf74..49101e4 100644 --- a/public/archives/index.html +++ b/public/archives/index.html @@ -47,6 +47,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/categories/index.html b/public/categories/index.html index 3f85e31..2f8e3a5 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -46,6 +46,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/index.html b/public/index.html index 2d1acfb..7829dc8 100644 --- a/public/index.html +++ b/public/index.html @@ -49,6 +49,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/posts/index.html b/public/posts/index.html index e60f674..f28e60d 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -46,6 +46,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/posts/neovim/index.html b/public/posts/neovim/index.html index c6ee35a..54582f1 100644 --- a/public/posts/neovim/index.html +++ b/public/posts/neovim/index.html @@ -47,6 +47,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/posts/notebook/index.html b/public/posts/notebook/index.html index 799fd4e..88373e2 100644 --- a/public/posts/notebook/index.html +++ b/public/posts/notebook/index.html @@ -47,6 +47,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/tags/index.html b/public/tags/index.html index 7ec94fe..8a24290 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -46,6 +46,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/tags/jupyter-notebook/index.html b/public/tags/jupyter-notebook/index.html index f0c4a9d..93c5ebb 100644 --- a/public/tags/jupyter-notebook/index.html +++ b/public/tags/jupyter-notebook/index.html @@ -46,6 +46,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/tags/neovim/index.html b/public/tags/neovim/index.html index 531e8dc..78ae0ea 100644 --- a/public/tags/neovim/index.html +++ b/public/tags/neovim/index.html @@ -46,6 +46,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/tags/tech/index.html b/public/tags/tech/index.html index 2a8009a..6a9dbba 100644 --- a/public/tags/tech/index.html +++ b/public/tags/tech/index.html @@ -46,6 +46,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> diff --git a/public/tags/tutorial/index.html b/public/tags/tutorial/index.html index d6ad1a8..6c94826 100644 --- a/public/tags/tutorial/index.html +++ b/public/tags/tutorial/index.html @@ -46,6 +46,8 @@ <a href="/tags">Tags</a> + <a href="https://flask.mqdd.cloud">Flask</a> + </nav> </header> |
