Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
loulou2u committed Aug 28, 2023
1 parent c621def commit 52d84a4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/clj/upwebsite/layout.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
[:meta {:name "viewport"
:content "width=device-width, initial-scale=1.0"}]
[:title "uPortal"]
[:link {:rel "stylesheet" :href (link/file-path request "styles/main.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "styles/line-icons.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "styles/animate.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "styles/bootstrap.min.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "styles/nivo-lightbox.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "styles/responsive.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "styles/slicknav.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "pygments-css/autumn.css")}]])
[:link {:rel "stylesheet" :href (link/file-path request "/styles/main.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "/styles/line-icons.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "/styles/animate.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "/styles/bootstrap.min.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "/styles/nivo-lightbox.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "/styles/responsive.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "/styles/slicknav.css")}]
[:link {:rel "stylesheet" :href (link/file-path request "/pygments-css/autumn.css")}]])

(defn layout-header [request page]
[:header#header-wrap
[:div.navigation
[:div.container
[:div.navbar.navbar-expand-lg
[:a.navbar-brand {:href "index.html"}
[:img {:src "img/logo/uportal-logo-white.png" :alt "Logo"}]]
[:img {:src "/img/logo/uportal-logo-white.png" :alt "Logo"}]]
[:button.navbar-toggler
{:type "button"
:data-toggle "collapse"
Expand Down

0 comments on commit 52d84a4

Please sign in to comment.