Skip to content

Commit e86a6e7

Browse files
committed
11.10.2025 Update
1 parent 8e092bc commit e86a6e7

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/ru/wiki/install/next-install.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sudo rm /var/lib/pacman/db.lck
7575
Краткая информация о Вашей системе.
7676

7777
```bash
78-
neofetch
78+
fastfetch
7979
```
8080

8181
Подробней о железе.
@@ -92,8 +92,6 @@ inxi -F
9292
speed
9393
```
9494

95-
После перезагрузки в grub должны быть доступны другие дистрибутивы и ос.
96-
9795
## Смена оболочки
9896

9997
Если вас не устраивает `zsh`, всегда можно переключить.

content/ru/wiki/install/trouble.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ sudo nano /etc/default/grub
2020
sudo grub-mkconfig -o /boot/grub/grub.cfg
2121
```
2222

23+
После перезагрузки в grub должны быть доступны другие дистрибутивы и ос.
24+
2325
[Grub efi](/wiki/other/grub-uefi/).
2426

2527
## Сброс root пароля

layouts/_default/section.sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>" | safeHTML -}}
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4-
{{ range $i, $e := .Data.Pages -}}
4+
{{ range $i, $e := .Site.Pages -}}
55
{{ if ne .Params.sitemap_exclude true }}
66
<url>
77
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
@@ -22,7 +22,7 @@
2222
{{ end -}}
2323
{{ end -}}
2424
{{ range .Sections -}}
25-
{{ range $i, $e := .Data.Pages -}}
25+
{{ range $i, $e := .Site.Pages -}}
2626
{{ if ne .Params.sitemap_exclude true -}}
2727
<url>
2828
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
@@ -43,4 +43,4 @@
4343
{{ end -}}
4444
{{ end -}}
4545
{{ end -}}
46-
</urlset>
46+
</urlset>

layouts/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>" | safeHTML }}
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4-
{{ range .Data.Pages }}{{ if ne .Params.sitemap_exclude true }}
4+
{{ range .Site.Pages }}{{ if ne .Params.sitemap_exclude true }}
55
<url>
66
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
77
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}

0 commit comments

Comments
 (0)