Skip to content

Commit

Permalink
deploy: 54b2748
Browse files Browse the repository at this point in the history
  • Loading branch information
peters-rebecca committed Dec 15, 2023
1 parent b03a4f2 commit fcfabbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contribute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ <h3 id="headings">Headings<a class="headerlink" href="#headings" title="Permanen
<ol>
<li>Note that above <strong>there is always a space after the number signs</strong>, if you don't include this space before the header title, your text <strong>will not</strong> appear as a header.</li>
<li>There should only be one H1 on each page, this is considered a best practice and it is also logical for human readers. Importantly, using only one H1 also helps web crawlers to understand the structure of website content and can affect SEO ranking (negatively if more than one H1 is used on a page).</li>
<li>H1 titles of most pages on this website are included in the Front Matter of the Markdown files (<a href="#front-matter">see below</a>).</li>
<li>H1 titles of most pages on this website are included in the Front Matter of the Markdown files (<a href="#front-matter-for-module-pages">see below</a>).</li>
</ol>
</div>
<h3 id="paragraphs">Paragraphs<a class="headerlink" href="#paragraphs" title="Permanent link"></a></h3>
Expand Down Expand Up @@ -1542,7 +1542,7 @@ <h4 id="expected-sections-within-module-pages">Expected sections within module p

:fontawesome-solid-circle-info:{ .icon-padding-right } **Grading criteria will be defined by faculty during the module.**
</code></pre></div>
<p>Finally, the MDEF website has a custom <a href="https://squidfunk.github.io/mkdocs-material/reference/admonitions/">admonition</a> that displays the ECTS of the module. The code should be written as follows:</p>
<p>Finally, the MDEF website has a <a href="https://squidfunk.github.io/mkdocs-material/reference/admonitions/#custom-admonitions">custom admonition</a> that displays the ECTS of the module. The code should be written as follows:</p>
<div class="highlight"><pre><span></span><code>!!! ects &quot;European Credit Transfer and Accumulation System (ECTS)&quot;

{{ ects }} ECTS
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit fcfabbd

Please sign in to comment.