Skip to content

Commit

Permalink
deploy bug with #49
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Jul 18, 2022
1 parent 945d6e4 commit 3057e36
Show file tree
Hide file tree
Showing 4 changed files with 4,369 additions and 129 deletions.
3 changes: 2 additions & 1 deletion brand-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"marked": "^4.0.18",
"photoswipe": "^4.1.3",
"prismjs": "^1.25.0",
"slim-select": "^1.26.2"
"slim-select": "^1.26.2",
"dompurify": "^2.3.9"
}
}
2 changes: 1 addition & 1 deletion brand-app/pages/page-brand-author-profile.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ representation, we can fill a profile based on a directory email address given.<
${this.sampleList.map(id =>
html`
${this.examplePanel(html`
<brand-author-profile domain="sandbox" email='${id}'></brand-author-profile>
<brand-author-profile domain="stage" email='${id}'></brand-author-profile>
`)}
`)}
Expand Down
2 changes: 1 addition & 1 deletion brand-app/ucdlib-theme-brand-app.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ return html`
<li><a href="#ucd-theme-search-form">Search Form</a></li>
<li><a href="#ucd-theme-quick-links">Quick Links</a></li>
<li><a href="#ucdlib-branding-bar">UC Davis Library Branding Bar</a></li>
<li><a href="#brand-author-profile">Author Profile</a></li>
</ul>
<ul link-text="Other Navigation">
<li><a href="#ucd-theme-pagination">Pagination</a></li>
Expand Down Expand Up @@ -88,6 +87,7 @@ return html`
<li><a href="#ucdlib-sils-permalink">SILS Permalinks</a></li>
</ul>
<li><a href="#ucdlib-md">Markdown</a></li>
<li><a href="#brand-author-profile">Author Profile</a></li>
</ul>
<ul link-text="Brand Guides" href="#overview">
Expand Down
Loading

0 comments on commit 3057e36

Please sign in to comment.