diff --git a/content/specifications/isa.md b/content/specifications/isa.md index 8ae72cc..cef03ff 100644 --- a/content/specifications/isa.md +++ b/content/specifications/isa.md @@ -2,6 +2,13 @@ title: "Instruction Set Architecture" group: isa publicreview: false +feedback: + - title: Request For Change Feedback for "non ISA TWG members" + description: "This feedback process uses the RFC method, which we divide in 3 types : _minor changes_, _formal proposal_, or _RFC_." + url: /isarfc/ + - title: Request for Change Feedback for "ISA TWG members" + description: "Members can provide feedback using OPF Git directly, or the above form." + url: https://git.openpower.foundation/isa/PowerISA aliases: - "powerisa/" - "power31/" diff --git a/themes/openpowerfoundation/assets/css/pages.scss b/themes/openpowerfoundation/assets/css/pages.scss index 31d14c9..338cb04 100644 --- a/themes/openpowerfoundation/assets/css/pages.scss +++ b/themes/openpowerfoundation/assets/css/pages.scss @@ -270,7 +270,7 @@ section#steeringcomittee { padding-top: 3.75rem; } #specifications-single { - padding-top: 6.500rem; + padding-top: 6.50rem; } #lost { diff --git a/themes/openpowerfoundation/layouts/specifications/single.html b/themes/openpowerfoundation/layouts/specifications/single.html index cfdf93e..e20beab 100644 --- a/themes/openpowerfoundation/layouts/specifications/single.html +++ b/themes/openpowerfoundation/layouts/specifications/single.html @@ -36,8 +36,16 @@ {{ end }}
-
-

{{ .Content }}

+
+

{{ .Content }}

+ {{ if .Param "feedback"}} + {{ range $feedback := (.Param "feedback") }} +

+ {{ end }} + {{ end }}
{{ if .Param "group" }}