Skip to content

Commit

Permalink
added faq to site map
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaflanders committed Jan 10, 2023
1 parent 3fd4422 commit 8ed7061
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sitemap.xmap
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,15 @@
</map:transform>
<map:serialize type="xhtml"/>
</map:match>
<!-- About FAQ Page -->
<map:match pattern="about/faq.html">
<map:generate src="about/faq.html"/>
<map:transform type="xslt2" src="common/xslt/template_static_pages.xsl">
<map:parameter name="context" value="{global:context}"/>
<map:parameter name="fpath" value="about/faq.html"/>
</map:transform>
<map:serialize type="xhtml"/>
</map:match>
<!-- About Search Page -->
<map:match pattern="about/search.html">
<map:generate src="about/search.html"/>
Expand Down

0 comments on commit 8ed7061

Please sign in to comment.