From 28e70fee890739f9da1e91b8dc4aecddb7052e0f Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 8 Feb 2024 14:50:07 +0930 Subject: [PATCH] feat(template): add itil runbook template this template has not yet been customized and is a copy of the project template !15 nofusscomputing/infrastructure/configuration-management/itil_runbooks!1 --- theme-overrides/itil_runbook.html | 63 +++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 theme-overrides/itil_runbook.html diff --git a/theme-overrides/itil_runbook.html b/theme-overrides/itil_runbook.html new file mode 100644 index 0000000..ae498f1 --- /dev/null +++ b/theme-overrides/itil_runbook.html @@ -0,0 +1,63 @@ +{% extends "base.html" %} + +{% block content %} + +{% if page.edit_url %} + + {% include ".icons/material/pencil.svg" %} + +{% endif %} + + + + +

{{ page.title }}

+ +
+ + + {{ page.content }} + + + + + +
+

About:

+

This page is part of our Project {{ config.repo_name }}.

+

+

Page Metadata
+ Version: ToDo: place files short git commit here
+ Date Created: {{ page.meta.date.strftime("%Y-%m-%d") }}
+ {% if page.meta.git_revision_date_localized %}Date Edited: {{ page.meta.git_revision_date_localized.replace("\n", "").replace("\r", "") }}
{% endif %} +

+ +
Contribution:
+

Would You like to contribute to our {{ config.repo_name }} project? You can assist in the following ways:

+ +

 

+

ToDo: Add the page list of contributors

+ +
+ +
+ +{% endblock %}