From 92b0a29450878477e2470497ed534756addc3a79 Mon Sep 17 00:00:00 2001 From: yonzilch Date: Fri, 15 Mar 2024 21:14:57 +0800 Subject: [PATCH] add links page --- config.toml | 1 + content/links/_index.md | 4 + content/links/link-1.md | 6 + content/links/link-2.md | 6 + public/404.html | 2 + public/about-working/index.html | 2 + public/about/index.html | 2 + public/accurate-pronunciation/index.html | 2 + public/advertising-algorithms/index.html | 2 + public/android-root/index.html | 2 + public/android-tv/index.html | 2 + public/archive/index.html | 2 + public/calling-cards/index.html | 2 + public/chatogpt/index.html | 2 + public/chromebook/index.html | 2 + public/git/index.html | 2 + public/index.html | 2 + public/kgnl/index.html | 2 + public/links/index.html | 141 ++++++++++++++++++ public/links/link-1/index.html | 133 +++++++++++++++++ public/links/link-2/index.html | 133 +++++++++++++++++ public/mechrev-keyboard/index.html | 2 + public/opensourcesoftware-licenses/index.html | 2 + public/openwrt/index.html | 2 + public/page/2/index.html | 2 + public/page/3/index.html | 2 + public/page/4/index.html | 2 + public/page/5/index.html | 2 + public/page/6/index.html | 2 + public/page/7/index.html | 2 + public/podcast-use/index.html | 2 + public/pve-mcsm/index.html | 2 + public/routing/index.html | 2 + public/rss-read/index.html | 2 + public/searching/index.html | 2 + public/sitemap.xml | 9 ++ public/tags/advertising/index.html | 2 + public/tags/algorithms/index.html | 2 + public/tags/android-tv/index.html | 2 + public/tags/android/index.html | 2 + public/tags/bios/index.html | 2 + public/tags/blog/index.html | 2 + public/tags/calling-cards/index.html | 2 + public/tags/chromebook/index.html | 2 + public/tags/console/index.html | 2 + public/tags/debain/index.html | 2 + public/tags/git/index.html | 2 + public/tags/grub/index.html | 2 + public/tags/index.html | 2 + public/tags/keyboard/index.html | 2 + public/tags/kgnl/index.html | 2 + public/tags/licenses/index.html | 2 + public/tags/open/index.html | 2 + public/tags/openwrt/index.html | 2 + public/tags/podcast/index.html | 2 + public/tags/prompt/index.html | 2 + public/tags/pronunciation/index.html | 2 + public/tags/pve/index.html | 2 + public/tags/root/index.html | 2 + public/tags/route/index.html | 2 + public/tags/rss/index.html | 2 + public/tags/searching/index.html | 2 + public/tags/shell/index.html | 2 + public/tags/software/index.html | 2 + public/tags/terminal/index.html | 2 + public/tags/uefi/index.html | 2 + public/tags/wifi/index.html | 2 + public/tags/working/index.html | 2 + public/tags/zola/index.html | 2 + public/talk-bios-uefi-mbr-gpt-grub/index.html | 2 + public/terminal-console-shell/index.html | 2 + public/zola-blog/index.html | 2 + templates/links.html | 5 + 73 files changed, 566 insertions(+) create mode 100644 content/links/_index.md create mode 100644 content/links/link-1.md create mode 100644 content/links/link-2.md create mode 100644 public/links/index.html create mode 100644 public/links/link-1/index.html create mode 100644 public/links/link-2/index.html create mode 100644 templates/links.html diff --git a/config.toml b/config.toml index 464ddb0..846ee27 100644 --- a/config.toml +++ b/config.toml @@ -61,6 +61,7 @@ menu_items = [ {name = "tags", url = "$BASE_URL/tags"}, {name = "archive", url = "$BASE_URL/archive"}, {name = "about me", url = "$BASE_URL/about"}, + {name = "links", url = "$BASE_URL/links"}, # set newtab to true to make the link open in new tab {name = "github", url = "https://github.com/Dichgrem", newtab = true}, diff --git a/content/links/_index.md b/content/links/_index.md new file mode 100644 index 0000000..39794ce --- /dev/null +++ b/content/links/_index.md @@ -0,0 +1,4 @@ ++++ +sort_by = "weight" +template = "links.html" ++++ diff --git a/content/links/link-1.md b/content/links/link-1.md new file mode 100644 index 0000000..46811b5 --- /dev/null +++ b/content/links/link-1.md @@ -0,0 +1,6 @@ ++++ +title = "Ice Year の位面" +weight = 1 ++++ + +[blog.iceyear.eu.org](https://blog.iceyear.eu.org/) \ No newline at end of file diff --git a/content/links/link-2.md b/content/links/link-2.md new file mode 100644 index 0000000..6e0dbdc --- /dev/null +++ b/content/links/link-2.md @@ -0,0 +1,6 @@ ++++ +title = "世纪大道 | 春风少年兄" +weight = 2 ++++ + +[blog.0pt.icu](https://blog.0pt.icu/) \ No newline at end of file diff --git a/public/404.html b/public/404.html index b53fe32..177f61d 100644 --- a/public/404.html +++ b/public/404.html @@ -64,6 +64,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/about-working/index.html b/public/about-working/index.html index 4344579..f52b38e 100644 --- a/public/about-working/index.html +++ b/public/about-working/index.html @@ -61,6 +61,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/about/index.html b/public/about/index.html index 7190322..89323ab 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -61,6 +61,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/accurate-pronunciation/index.html b/public/accurate-pronunciation/index.html index 3ab6c44..53f94c9 100644 --- a/public/accurate-pronunciation/index.html +++ b/public/accurate-pronunciation/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/advertising-algorithms/index.html b/public/advertising-algorithms/index.html index d6be681..4970c39 100644 --- a/public/advertising-algorithms/index.html +++ b/public/advertising-algorithms/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/android-root/index.html b/public/android-root/index.html index cc939f2..5a94d56 100644 --- a/public/android-root/index.html +++ b/public/android-root/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/android-tv/index.html b/public/android-tv/index.html index cbd159b..3e4f688 100644 --- a/public/android-tv/index.html +++ b/public/android-tv/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/archive/index.html b/public/archive/index.html index fd026f1..cd68c42 100644 --- a/public/archive/index.html +++ b/public/archive/index.html @@ -61,6 +61,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/calling-cards/index.html b/public/calling-cards/index.html index 8bb85f3..b91b8f1 100644 --- a/public/calling-cards/index.html +++ b/public/calling-cards/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/chatogpt/index.html b/public/chatogpt/index.html index d56b48b..ec20f4d 100644 --- a/public/chatogpt/index.html +++ b/public/chatogpt/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/chromebook/index.html b/public/chromebook/index.html index b45c152..e1669d3 100644 --- a/public/chromebook/index.html +++ b/public/chromebook/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/git/index.html b/public/git/index.html index f741107..0492072 100644 --- a/public/git/index.html +++ b/public/git/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/index.html b/public/index.html index cc3bed1..3d2cb11 100644 --- a/public/index.html +++ b/public/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/kgnl/index.html b/public/kgnl/index.html index 78c85b9..024ba85 100644 --- a/public/kgnl/index.html +++ b/public/kgnl/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/links/index.html b/public/links/index.html new file mode 100644 index 0000000..dd7c8f3 --- /dev/null +++ b/public/links/index.html @@ -0,0 +1,141 @@ + + + + + Dich'blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + + +
    + +
    +
    + +

    Ice Year の位面

    + + + + + +
    +

    blog.iceyear.eu.org

    + +
    + +
    + +
    + +

    世纪大道 | 春风少年兄

    + + + + + +
    +

    blog.0pt.icu

    + +
    + +
    + +
    + +
    + + +
    + +
    + + +
    + + + diff --git a/public/links/link-1/index.html b/public/links/link-1/index.html new file mode 100644 index 0000000..bd14c47 --- /dev/null +++ b/public/links/link-1/index.html @@ -0,0 +1,133 @@ + + + + + Dich'blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + + +
    + +
    + +

    Ice Year の位面

    + + + + +
    +

    blog.iceyear.eu.org

    + +
    + + + + +
    + +
    + + +
    + +
    + + +
    + + + diff --git a/public/links/link-2/index.html b/public/links/link-2/index.html new file mode 100644 index 0000000..6fb1b34 --- /dev/null +++ b/public/links/link-2/index.html @@ -0,0 +1,133 @@ + + + + + Dich'blog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + + +
    + +
    + +

    世纪大道 | 春风少年兄

    + + + + +
    +

    blog.0pt.icu

    + +
    + + + + +
    + +
    + + +
    + +
    + + +
    + + + diff --git a/public/mechrev-keyboard/index.html b/public/mechrev-keyboard/index.html index cf1fbac..b168cb1 100644 --- a/public/mechrev-keyboard/index.html +++ b/public/mechrev-keyboard/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/opensourcesoftware-licenses/index.html b/public/opensourcesoftware-licenses/index.html index 8776860..55894a9 100644 --- a/public/opensourcesoftware-licenses/index.html +++ b/public/opensourcesoftware-licenses/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/openwrt/index.html b/public/openwrt/index.html index dbf4cbb..b36f81a 100644 --- a/public/openwrt/index.html +++ b/public/openwrt/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/page/2/index.html b/public/page/2/index.html index dac834f..84a0a8c 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/page/3/index.html b/public/page/3/index.html index 0531718..a7a70c0 100644 --- a/public/page/3/index.html +++ b/public/page/3/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/page/4/index.html b/public/page/4/index.html index 8764f09..816ac0f 100644 --- a/public/page/4/index.html +++ b/public/page/4/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/page/5/index.html b/public/page/5/index.html index ccea665..d23bf87 100644 --- a/public/page/5/index.html +++ b/public/page/5/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/page/6/index.html b/public/page/6/index.html index 1f46ac6..5a47cfe 100644 --- a/public/page/6/index.html +++ b/public/page/6/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/page/7/index.html b/public/page/7/index.html index cf29331..3ffd3d7 100644 --- a/public/page/7/index.html +++ b/public/page/7/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/podcast-use/index.html b/public/podcast-use/index.html index 98124d6..9b582e5 100644 --- a/public/podcast-use/index.html +++ b/public/podcast-use/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/pve-mcsm/index.html b/public/pve-mcsm/index.html index ddc73ff..48d3aca 100644 --- a/public/pve-mcsm/index.html +++ b/public/pve-mcsm/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/routing/index.html b/public/routing/index.html index 0156928..57a1980 100644 --- a/public/routing/index.html +++ b/public/routing/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/rss-read/index.html b/public/rss-read/index.html index 47eeb32..5110a3d 100644 --- a/public/rss-read/index.html +++ b/public/rss-read/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/searching/index.html b/public/searching/index.html index b530bc3..98e82f6 100644 --- a/public/searching/index.html +++ b/public/searching/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/sitemap.xml b/public/sitemap.xml index 6fba685..a21897f 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -49,6 +49,15 @@ https://blog.dich.ink/kgnl/ 2023-08-23 + + https://blog.dich.ink/links/ + + + https://blog.dich.ink/links/link-1/ + + + https://blog.dich.ink/links/link-2/ + https://blog.dich.ink/mechrev-keyboard/ 2023-09-04 diff --git a/public/tags/advertising/index.html b/public/tags/advertising/index.html index ad60ff3..f9019f9 100644 --- a/public/tags/advertising/index.html +++ b/public/tags/advertising/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/algorithms/index.html b/public/tags/algorithms/index.html index 42848bd..80c2a8a 100644 --- a/public/tags/algorithms/index.html +++ b/public/tags/algorithms/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/android-tv/index.html b/public/tags/android-tv/index.html index c2945c1..28332bd 100644 --- a/public/tags/android-tv/index.html +++ b/public/tags/android-tv/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/android/index.html b/public/tags/android/index.html index 112769a..585903b 100644 --- a/public/tags/android/index.html +++ b/public/tags/android/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/bios/index.html b/public/tags/bios/index.html index feda248..db380b0 100644 --- a/public/tags/bios/index.html +++ b/public/tags/bios/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/blog/index.html b/public/tags/blog/index.html index 31f5e1f..48f77a0 100644 --- a/public/tags/blog/index.html +++ b/public/tags/blog/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/calling-cards/index.html b/public/tags/calling-cards/index.html index 39c1ced..bb41059 100644 --- a/public/tags/calling-cards/index.html +++ b/public/tags/calling-cards/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/chromebook/index.html b/public/tags/chromebook/index.html index a4db3bb..56e0d9d 100644 --- a/public/tags/chromebook/index.html +++ b/public/tags/chromebook/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/console/index.html b/public/tags/console/index.html index bf4c0b4..98e6a48 100644 --- a/public/tags/console/index.html +++ b/public/tags/console/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/debain/index.html b/public/tags/debain/index.html index e9d617c..79c7eca 100644 --- a/public/tags/debain/index.html +++ b/public/tags/debain/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/git/index.html b/public/tags/git/index.html index 1b1aa1e..fdb1549 100644 --- a/public/tags/git/index.html +++ b/public/tags/git/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/grub/index.html b/public/tags/grub/index.html index ca8c9cc..ffa4593 100644 --- a/public/tags/grub/index.html +++ b/public/tags/grub/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/index.html b/public/tags/index.html index e12faf1..da0e882 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -64,6 +64,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/keyboard/index.html b/public/tags/keyboard/index.html index f25ec3a..9a5f0c3 100644 --- a/public/tags/keyboard/index.html +++ b/public/tags/keyboard/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/kgnl/index.html b/public/tags/kgnl/index.html index 5a3b3d5..876e658 100644 --- a/public/tags/kgnl/index.html +++ b/public/tags/kgnl/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/licenses/index.html b/public/tags/licenses/index.html index 18b0060..06ca6f0 100644 --- a/public/tags/licenses/index.html +++ b/public/tags/licenses/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/open/index.html b/public/tags/open/index.html index 5a63b97..d0bf61b 100644 --- a/public/tags/open/index.html +++ b/public/tags/open/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/openwrt/index.html b/public/tags/openwrt/index.html index 6a3cc31..a4f662b 100644 --- a/public/tags/openwrt/index.html +++ b/public/tags/openwrt/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/podcast/index.html b/public/tags/podcast/index.html index 9dd6cb2..42e1d43 100644 --- a/public/tags/podcast/index.html +++ b/public/tags/podcast/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/prompt/index.html b/public/tags/prompt/index.html index 4fc85ef..f09a1d1 100644 --- a/public/tags/prompt/index.html +++ b/public/tags/prompt/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/pronunciation/index.html b/public/tags/pronunciation/index.html index c25e2c5..f8f88ca 100644 --- a/public/tags/pronunciation/index.html +++ b/public/tags/pronunciation/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/pve/index.html b/public/tags/pve/index.html index afb8e5d..f2baffa 100644 --- a/public/tags/pve/index.html +++ b/public/tags/pve/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/root/index.html b/public/tags/root/index.html index f4edf11..f596d14 100644 --- a/public/tags/root/index.html +++ b/public/tags/root/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/route/index.html b/public/tags/route/index.html index dadc62f..3226053 100644 --- a/public/tags/route/index.html +++ b/public/tags/route/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/rss/index.html b/public/tags/rss/index.html index 2c67217..47cc25d 100644 --- a/public/tags/rss/index.html +++ b/public/tags/rss/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/searching/index.html b/public/tags/searching/index.html index e3f2504..7de1347 100644 --- a/public/tags/searching/index.html +++ b/public/tags/searching/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/shell/index.html b/public/tags/shell/index.html index ea0d8f1..eb4188d 100644 --- a/public/tags/shell/index.html +++ b/public/tags/shell/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/software/index.html b/public/tags/software/index.html index bac7297..a63f799 100644 --- a/public/tags/software/index.html +++ b/public/tags/software/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/terminal/index.html b/public/tags/terminal/index.html index 9ea46f2..aac0258 100644 --- a/public/tags/terminal/index.html +++ b/public/tags/terminal/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/uefi/index.html b/public/tags/uefi/index.html index 31416b0..e1a67a3 100644 --- a/public/tags/uefi/index.html +++ b/public/tags/uefi/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/wifi/index.html b/public/tags/wifi/index.html index 4d3e36e..76b6249 100644 --- a/public/tags/wifi/index.html +++ b/public/tags/wifi/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/working/index.html b/public/tags/working/index.html index 2759222..44e4a53 100644 --- a/public/tags/working/index.html +++ b/public/tags/working/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/tags/zola/index.html b/public/tags/zola/index.html index a3e2723..3eeeaf2 100644 --- a/public/tags/zola/index.html +++ b/public/tags/zola/index.html @@ -65,6 +65,8 @@ Dich'blog
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/talk-bios-uefi-mbr-gpt-grub/index.html b/public/talk-bios-uefi-mbr-gpt-grub/index.html index 1a39a78..5562c01 100644 --- a/public/talk-bios-uefi-mbr-gpt-grub/index.html +++ b/public/talk-bios-uefi-mbr-gpt-grub/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/terminal-console-shell/index.html b/public/terminal-console-shell/index.html index bae7639..5ef7562 100644 --- a/public/terminal-console-shell/index.html +++ b/public/terminal-console-shell/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/public/zola-blog/index.html b/public/zola-blog/index.html index 6b469a5..99f8ce0 100644 --- a/public/zola-blog/index.html +++ b/public/zola-blog/index.html @@ -62,6 +62,8 @@
  • about me
  • +
  • links
  • +
  • github
  • diff --git a/templates/links.html b/templates/links.html new file mode 100644 index 0000000..4f1816e --- /dev/null +++ b/templates/links.html @@ -0,0 +1,5 @@ +{% extends "index.html" %} + +{% block main_content %} + +{% endblock main_content %} \ No newline at end of file