Skip to content

Commit

Permalink
added new touchpoints code and tested URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mon1 committed Jul 8, 2022
1 parent 433b44d commit bf8432a
Show file tree
Hide file tree
Showing 13 changed files with 249 additions and 3 deletions.
217 changes: 217 additions & 0 deletions logs.txt

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/404.html
Expand Up @@ -44,6 +44,9 @@ <h1>{{- .Title | markdownify -}} </h1>
{{/* Last updated */}}
{{/* {{- partial "last-updated.html" . -}} */}}

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

</div>

</div>
Expand Down
2 changes: 0 additions & 2 deletions themes/digital.gov/layouts/_default/baseof.html
Expand Up @@ -49,8 +49,6 @@
<a class="edit edit-issue" role="button" target="_blank" href="https://github.com/GSA/digitalgov.gov/issues/new?body=%0D%0A%2A%2A{{- .Title -}}%2A%2A%0D%0Ahttps%3A%2F%2Fdigital.gov%2F{{- .Permalink -}}%0D%0A%0D%0A---%0D%0A%0D%0A%2A%2APlease+describe+the+issue+clearly.+Include+a+screenshot+if+needed%2A%2A%0D%0A"><i class="fas fa-bug"></i><span class="usa-sr-only">Report an issue</span></a>
</div>



</body>

<script src='{{ "dist/jquery.min.js" | absURL }}'></script>
Expand Down
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/communities/single.html
Expand Up @@ -153,4 +153,7 @@ <h2 id="community-conduct">Community Conduct</h2>
</article>
</main>

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

{{ end }} {{/* end 'content' block */}}
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/docs/single.html
Expand Up @@ -40,6 +40,9 @@ <h1>{{ .Title | markdownify }}</h1>
</article>
</main>

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

{{ partial "core/overlay.html" . }}

{{ end }} {{/* end 'content' block */}}
5 changes: 4 additions & 1 deletion themes/digital.gov/layouts/events/single.html
Expand Up @@ -44,7 +44,7 @@ <h1>{{- .Title | markdownify -}}</h1>
{{- if .Params.host -}}
<p class="host">Hosted by Digital.gov and the {{ .Params.host }}</p>
{{- end -}}

</div>
</div>
</div>
Expand Down Expand Up @@ -185,6 +185,9 @@ <h4>In this talk</h4>

{{/* Share Tools */}}
{{- partial "core/get_sharetools.html" . -}}

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}
</div>
</div>

Expand Down
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/guides/list.html
Expand Up @@ -29,5 +29,8 @@
</div>
</article>

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

</main>
{{ end }} {{/* end 'content' block */}}
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/guides/single.html
Expand Up @@ -38,5 +38,8 @@
</div>
</article>

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

</main>
{{- end -}} {{/* end 'content' block */}}
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/news/single.html
Expand Up @@ -76,6 +76,9 @@ <h1>{{- .Title | markdownify -}} </h1>
{{/* Share Tools */}}
{{- partial "core/get_sharetools.html" . -}}

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

</div>

</div>
Expand Down
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/partials/core/page-data.html
Expand Up @@ -33,3 +33,6 @@
<!-- Edit file on GitHub -->
<div class="edit_file hidden"></div>
</div>

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}
@@ -0,0 +1 @@
<script src="https://touchpoints.app.cloud.gov/touchpoints/dc4265f6.js" async></script>
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/resources/single.html
Expand Up @@ -55,6 +55,9 @@ <h1>{{- .Title | markdownify -}} </h1>
{{/* Share Tools */}}
{{/* {{- partial "core/get_sharetools.html" . -}} */}}

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

</div>

</div>
Expand Down
3 changes: 3 additions & 0 deletions themes/digital.gov/layouts/services/single.html
Expand Up @@ -59,6 +59,9 @@ <h1>{{- .Title | markdownify -}} </h1>
{{/* Share Tools */}}
{{/* {{- partial "core/get_sharetools.html" . -}} */}}

{{/* Touchpoints Form */}}
{{- partial "core/touchpoints-form.html" . -}}

</div>

</div>
Expand Down

0 comments on commit bf8432a

Please sign in to comment.