Skip to content

Commit

Permalink
Added template debugging to about, browse and cloud.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Digital-Grinnell committed Jul 11, 2024
1 parent 99da673 commit e15297d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ The resulting static site can be hosted on any basic web server (or built automa
Visit the [CollectionBuilder Docs](https://collectionbuilder.github.io/cb-docs/) for step-by-step details for getting started and building collections!

# Black Library Project Resources
|https://grinco-my.sharepoint.com/:f:/r/personal/caveelizabeth_grinnell_edu/Documents/Black%20Library%20items?csf=1&web=1&e=7e6prh| OneDrive folder|
|https://grinco-my.sharepoint.com/:f:/r/personal/caveelizabeth_grinnell_edu/Documents/Black%20Library%20items?csf=1&web=1&e=7e6prh| OneDrive folder |

| Link | Description |
| --- | --- |
| https://docs.google.com/spreadsheets/d/17uNXLP5aTSCfYZ8FXBqTvDd-z0F19FJeAOK5TsCr-PI/edit | The project's public metadata spreadsheet, built from https://docs.google.com/spreadsheets/d/1nN_k4JQB4LJraIzns7WcM3OXK-xxGMQhW1shMssflNM/edit#gid=1973435486 and our SHEETS predecessor. |
| https://zealous-rock-08144ee10.4.azurestaticapps.net | `main` branch deployed to Azure Static Web Apps |
| https://docs.google.com/spreadsheets/d/17uNXLP5aTSCfYZ8FXBqTvDd-z0F19FJeAOK5TsCr-PI/edit#gid=823757564 | "From the Documentation" portion of our Google Sheet |
|https://grinco-my.sharepoint.com/:f:/r/personal/caveelizabeth_grinnell_edu/Documents/Black%20Library%20items?csf=1&web=1&e=7e6prh| OneDrive folder|
| https://grinco-my.sharepoint.com/:f:/r/personal/caveelizabeth_grinnell_edu/Documents/Black%20Library%20items?csf=1&web=1&e=7e6prh | OneDrive folder |

----------

Expand Down
2 changes: 2 additions & 0 deletions _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# default "About" page layout
layout: default
---
<!-- cb: _layouts/about.html -->
<div class="container my-4 about-contents">
{{ content }}
</div>

{% if page.credits == true %}{% include cb/credits.html %}{% endif %}
<!-- /cb: _layouts/about.html -->
3 changes: 2 additions & 1 deletion _layouts/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: page
custom-foot: js/browse-js.html
---

<!-- cb: _layouts/browse.html -->
{{ content }}

<div class="row mb-3 justify-content-center">
Expand Down Expand Up @@ -39,3 +39,4 @@
</div>

<div class="row" id="browseItems"></div>
<!-- /cb: _layouts/browse.html -->
2 changes: 2 additions & 0 deletions _layouts/cloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# can be used for any metadata field cloud
layout: page
---
<!-- cb: _layouts/cloud.html -->

{{ content }}

Expand All @@ -30,3 +31,4 @@
{% assign cloud_id = "cloud-div-" | append: fields | slugify %}
<div id="{{ cloud_id }}" class="text-center my-4 bg-{{ page.background | default: 'light' }} border rounded p-2"></div>
{% include js/cloud-js.html id=cloud_id fields=fields min=min stopwords=stopwords shuffle=page.shuffle button=page.button %}
<!-- /cb: _layouts/cloud.html -->

0 comments on commit e15297d

Please sign in to comment.