diff --git a/README.md b/README.md index 6bc2306..12da636 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,11 @@ Do you have any questions or ideas? Feel free to start a discussion on [Discussi ## Editing content Instructions for editing website content are described on the [CONTRIBUTING](https://github.com/techexcellenceio/community/blob/main/CONTRIBUTING.md) page. + + + + +To run the application: +``` +bundle exec jekyll serve --livereload +``` diff --git a/_includes/masthead.html b/_includes/masthead.html index c70f66c..1b34a71 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -1,5 +1,22 @@ -

Tech Excellence

+
+
-

- Tech Excellence -

\ No newline at end of file + + + + + Tech Excellence + + +
+
+ + + diff --git a/_layouts/default.html b/_layouts/default.html index f78b26f..0df0e02 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,11 +4,10 @@ {% include head.html %} -
-
- {% include masthead.html %} -
- +
+ {% include masthead.html %} +
+
{{ content }}