Skip to content

Commit bc77616

Browse files
authored
Merge pull request #984 from InnerSourceCommons/theme-update
Menu Enhancement
2 parents 95a7eea + b522adc commit bc77616

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3731
-1128
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: peaceiris/actions-hugo@v2
1818
with:
1919
# When this version is updated, it must be also updated at docker-compose.yml
20-
hugo-version: '0.133.1'
20+
hugo-version: '0.145.0'
2121
extended: true
2222
- name: Copy the missing files from /content/en for publishing each language site
2323
run: |

assets/js/script.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
// Preloader js
55
$(window).on('load', function () {
66
$('.preloader').fadeOut(100);
7-
var calendarContainer = document.getElementById('calendar-container');
8-
if(calendarContainer){
9-
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone
10-
const html = `<iframe src="https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=${timezone}" style=" border:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>`
11-
calendarContainer.innerHTML = html;
12-
}
137
});
148

159
// Accordions

assets/scss/_common.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
body {
22
background-color: $body-color;
33
overflow-x: hidden;
4+
text-align: left;
45
}
56

67
::selection {
@@ -75,9 +76,11 @@ a:hover {
7576
.section {
7677
padding-top: 70px;
7778
padding-bottom: 70px;
79+
text-align: left;
7880

7981
&-title {
8082
margin-bottom: 30px;
83+
text-align: left;
8184
}
8285
}
8386

0 commit comments

Comments
 (0)