Skip to content

Commit

Permalink
[Fix] Date, Content.
Browse files Browse the repository at this point in the history
Date for Last modified should now work properly for " Last Modified date "

Noticed a mistake now improved to look more appealing.

Fixed A few Docs " Titles " not displaying correctly

Changed
Since :
to
Published:
  • Loading branch information
VerzatileDev committed Dec 20, 2023
1 parent b263df2 commit 2614b56
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 19 deletions.
12 changes: 5 additions & 7 deletions _includes/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
</p>
{% endif %}

{% if page.last_modified_at %}
<p>
<strong>SINCE:</strong> {{ page.last_modified_at | date: '%d/%m/%Y' }}
</p>
{% endif %}
<div>
<p>Last Modified: {{ page.last_modified_at | date: '%A, %d %B %Y %R:%S' }}</p>
</div>

<p>
<strong>Noticed A Mistake?</strong>
Click <a href="{{ site.github_base_url }}/blob/main{{ page.dir }}{{ page.name | replace: '_', '-' }}" target="_blank">here</a> to contribute!
Noticed a mistake?
<a href="{{ site.github_base_url }}/blob/main{{ page.dir }}{{ page.name | replace: '_', '-' }}" target="_blank">Edit this page on GitHub</a>
</p>
</div>
5 changes: 3 additions & 2 deletions docs/Concepts/Algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ parent: Concepts
has_children: false
---

# {{ page.title }}
{{ page.title }}
======================

In computer science, algorithms are sets of instructions or procedures designed to solve specific problems or accomplish tasks. They form the backbone of all programs, dictating the sequence of operations to be performed for given inputs to produce desired outputs. The efficiency of an algorithm is often measured in terms of time and space complexity, which respectively indicate the speed and memory usage of the algorithm.

Expand Down Expand Up @@ -229,4 +230,4 @@ Algorithms are sets of instructions or procedures designed to solve specific pro

#### Author: Sommos

#### Since: 17/12/2023
#### Published: 17/12/2023
2 changes: 1 addition & 1 deletion docs/Concepts/SOLID.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@ In summary, the approach involved breaking down responsibilities, introducing ab
-----------------------------------------------------------------------
#### Author: JDSherbert
#### Since: 11/12/2023
#### Published: 11/12/2023
5 changes: 2 additions & 3 deletions docs/Framework/Flutter/Flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ parent: Framework
has_children: false
---

# {{ page.title }}

{{ page.title }}
======================

## What is Flutter?
Expand Down Expand Up @@ -194,4 +193,4 @@ In summary, the approach involved breaking down responsibilities, introducing ab

#### Author: Sommos

#### Since: 17/12/2023
#### Published: 17/12/2023
5 changes: 2 additions & 3 deletions docs/Language/Dart/Dart.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ parent: Language
has_children: false
---

# {{ page.title }}

{{ page.title }}
======================

## What is Dart?
Expand Down Expand Up @@ -72,4 +71,4 @@ Dart is a powerful programming language that can be used to build mobile, deskto

#### Author: Sommos

#### Since: 17/12/2023
#### Published: 17/12/2023
5 changes: 2 additions & 3 deletions docs/Language/Rust/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ parent: Language
has_children: false
---

# {{ page.title }}

{{ page.title }}
======================

## What is Rust?
Expand Down Expand Up @@ -74,4 +73,4 @@ In conclusion, Rust is a powerful systems programming language that prioritizes

#### Author: Sommos

#### Since: 17/12/2023
#### Published: 17/12/2023

0 comments on commit 2614b56

Please sign in to comment.