diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9198a8..7ac6e8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,15 +12,15 @@ on: default: '8.10 9.6 10.0' - # Run on push to main (for testing) - push: - branches: - - main - paths: - - 'src/**' - - 'templates/**' - - 'pyproject.toml' - - '.github/workflows/build.yml' + # # Run on push to main (for testing) + # push: + # branches: + # - main + # paths: + # - 'src/**' + # - 'templates/**' + # - 'pyproject.toml' + # - '.github/workflows/build.yml' jobs: build: diff --git a/templates/base.html b/templates/base.html index a40b479..b5896e4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,6 +47,33 @@ header .container { max-width: 1200px; margin: 0 auto; + display: flex; + align-items: center; + gap: 1rem; + } + + .home-button { + display: flex; + align-items: center; + justify-content: center; + width: 44px; + height: 44px; + background: rgba(255, 255, 255, 0.15); + border-radius: 8px; + color: white; + text-decoration: none; + transition: all 0.2s; + flex-shrink: 0; + } + + .home-button:hover { + background: rgba(255, 255, 255, 0.25); + transform: translateY(-2px); + text-decoration: none; + } + + .header-content { + flex: 1; } header h1 { @@ -125,6 +152,20 @@ padding: 1.5rem 1rem; } + header .container { + gap: 0.75rem; + } + + .home-button { + width: 40px; + height: 40px; + } + + .home-button svg { + width: 20px; + height: 20px; + } + header h1 { font-size: 1.5rem; } @@ -191,8 +232,16 @@
{% block header_subtitle %}Comprehensive man page documentation{% endblock %}
+ + + +{% block header_subtitle %}Comprehensive man page documentation{% endblock %}
+