thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

Update _layout.ejs CSS locations #672

Open grumpyinca opened 2 years ago

grumpyinca commented 2 years ago

Now that messageOfTheDay.js is the only thing used with GitHub Pages, Line 17-21 of git\odop\docs_layout.ejs refers to two different css locations. These need to be checked and possibly updated to refer to the latest documentation directory structure on odop.springdesignsoftware.org.

<% if(environment == "production") { %>
    <link rel="stylesheet" href="/odop/docs/css/styles.css">
<% } else { %>
    <link rel="stylesheet" href="/css/styles.css">
<% } %>