mirror of
https://github.com/alex-s168/website.git
synced 2025-09-10 01:05:07 +02:00
c
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#let ico = res-path()+"favicon.png"
|
#let ico = res-path()+"favicon.png"
|
||||||
#html.elem("link", attrs:(rel:"icon", sizes:"512x512", href:ico))
|
#html.elem("link", attrs:(rel:"icon", sizes:"512x512", href:ico))
|
||||||
#html.elem("link", attrs:(rel:"image_src", type:"image/png", href:ico))
|
#html.elem("link", attrs:(rel:"image_src", type:"image/png", href:ico))
|
||||||
|
#html.elem("link", attrs:(type:"application/atom+xml", rel:"alternate", title:"alexs168's blog", href:"atom.xml"))
|
||||||
]
|
]
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
@@ -48,8 +48,10 @@
|
|||||||
// TODO: fix and re-add - #variant-link("less bloated HTML", ".min.html")
|
// TODO: fix and re-add - #variant-link("less bloated HTML", ".min.html")
|
||||||
- #variant-link("minimal HTML", ".nano.html")
|
- #variant-link("minimal HTML", ".nano.html")
|
||||||
]],
|
]],
|
||||||
[#html-href("atom.xml")[Atom feed]
|
[#if gen-index-ref [
|
||||||
#context br()],
|
#html-href("atom.xml")[Atom feed]
|
||||||
|
#context br()
|
||||||
|
]],
|
||||||
|
|
||||||
[#context if is-html() {
|
[#context if is-html() {
|
||||||
html.elem("style", "
|
html.elem("style", "
|
||||||
|
Reference in New Issue
Block a user