mirror of
https://github.com/mii443/proof-dictionary.git
synced 2025-08-22 15:15:37 +00:00
Update ribbon
This commit is contained in:
8
index.md
8
index.md
@ -7,6 +7,9 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
anchors.add(".dict h2");
|
||||
});
|
||||
</script>
|
||||
<a href="https://github.com/dciccale/css3-github-ribbon" class="github-ribbon">
|
||||
Fork me on GitHub
|
||||
</a>
|
||||
<style>
|
||||
.dict-title {
|
||||
padding-bottom: 0.3em;
|
||||
@ -15,6 +18,9 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
}
|
||||
</style>
|
||||
<div class="body">
|
||||
{% if site.github %}
|
||||
<a href="{{site.github.repository_url}}"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
|
||||
{% endif %}
|
||||
{% for dict_hash in site.data.dict %}
|
||||
{% assign dict = dict_hash[1] %}
|
||||
<div class="dict">
|
||||
@ -70,4 +76,4 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user