Skip to content

Commit b2e6d91

Browse files
🔧 Update script file with required functions
1 parent a0000b0 commit b2e6d91

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,9 @@ jobs:
206206
207207
<main id="content" class="main-content" role="main">
208208
{{ content }}
209-
210-
<footer class="site-footer">
211-
<span class="site-footer-credits">
212-
<a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> Made with ❤️ & ☕ by <a href="https://dinushchathurya.me/">Dinush Chathurya</a>
213-
as a part of <a href="https://github.com/open-source-srilanka">ProjectOSS</a>
214-
</span>
215-
</footer>
209+
{% if page.readme_index %}
210+
{% include readme_index.html %}
211+
{% endif %}
216212
</main>
217213
</body>
218214
</html>

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,5 +402,3 @@ For questions, issues, or feature requests:
402402

403403
**Made with ❤️ & ☕ by <a href="https://dinushchathurya.me/"><u style="color:#0193f0;">Dinush Chathurya</u></a> as a part of <a href="https://github.com/open-source-srilanka"><u style="color:#0193f0;">ProjectOSS</u></a>**
404404

405-
406-

0 commit comments

Comments
 (0)