Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions common-theme/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@
{{ . }}
</section>
{{ end }}

<!-- GitHub Buttons -->
<div style="margin-top: 2rem; text-align: center;">
<a
class="e-button"
href="https://github.com/CodeYourFuture/curriculum/issues/new"
target="_blank"
rel="noopener noreferrer"
style="margin-right: 1rem;"
>
Open an Issue
</a>
<a
class="e-button"
href="https://github.com/CodeYourFuture/curriculum/edit/main/{{ .File.Path }}"
target="_blank"
rel="noopener noreferrer"
>
Edit this page
</a>
</div>
<!-- End Buttons -->

<div class="c-block__list">
<!-- Blocks will appear here in order listed in the blocks list in the sprint front matter -->
{{ range .Params.blocks }}
Expand Down