patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 4eba50d5571e40ff92d553d19f8e31840e80b4fd 634 bytes (raw)
name: Documentation/_layouts/page.html 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2026 Valentin Gagarin <valentin@gagarin.work>
{% endcomment %}
<!doctype html>
<html lang="{{ page.lang | default: "en" }}">

<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">

{% include favicon.html %}
<link rel="stylesheet" href="/style.css">

<title>{{ page.title }}</title>

<body>

{% include breadcrumb.html %}

{% assign ext = page.path | split: "." | last %}
{% if ext == "html" and page.no_heading != true %}<h1>{{ page.title }}</h1>{% endif %}

{{ content }}

{% include footer.html %}
</html>

debug log:

solving 4eba50d ...
found 4eba50d in https://inbox.spectrum-os.org/spectrum-devel/20260616093527.388679-1-valentin@gagarin.work/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20260616093527.388679-4-valentin@gagarin.work/
found f2cf0f6 in https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-7-valentin@gagarin.work/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-4-valentin@gagarin.work/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20260611063724.487914-3-valentin@gagarin.work/
found 230b601 in https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-5-valentin@gagarin.work/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-2-valentin@gagarin.work/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20260611063724.487914-1-valentin@gagarin.work/

applying [1/3] https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-5-valentin@gagarin.work/
diff --git a/Documentation/_layouts/page.html b/Documentation/_layouts/page.html
new file mode 100644
index 0000000..230b601

Checking patch Documentation/_layouts/page.html...
Applied patch Documentation/_layouts/page.html cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-2-valentin@gagarin.work/ for 230b601
skipping https://inbox.spectrum-os.org/spectrum-devel/20260611063724.487914-1-valentin@gagarin.work/ for 230b601
index at:
100644 230b601087a99754290594b234136c23a0df95d9	Documentation/_layouts/page.html

applying [2/3] https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-7-valentin@gagarin.work/
diff --git a/Documentation/_layouts/page.html b/Documentation/_layouts/page.html
index 230b601..f2cf0f6 100644

Checking patch Documentation/_layouts/page.html...
Applied patch Documentation/_layouts/page.html cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20260608164938.290202-4-valentin@gagarin.work/ for f2cf0f6
skipping https://inbox.spectrum-os.org/spectrum-devel/20260611063724.487914-3-valentin@gagarin.work/ for f2cf0f6
index at:
100644 f2cf0f69ac22080e7062be8d1348f1b904e01a72	Documentation/_layouts/page.html

applying [3/3] https://inbox.spectrum-os.org/spectrum-devel/20260616093527.388679-1-valentin@gagarin.work/
diff --git a/Documentation/_layouts/page.html b/Documentation/_layouts/page.html
index f2cf0f6..4eba50d 100644

Checking patch Documentation/_layouts/page.html...
Applied patch Documentation/_layouts/page.html cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20260616093527.388679-4-valentin@gagarin.work/ for 4eba50d
index at:
100644 4eba50d5571e40ff92d553d19f8e31840e80b4fd	Documentation/_layouts/page.html

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).