Index: globals/get_inline_bg.py |
=================================================================== |
--- a/globals/get_inline_bg.py |
+++ b/globals/get_inline_bg.py |
@@ -10,11 +10,11 @@ |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# GNU General Public License for more details. |
# |
# You should have received a copy of the GNU General Public License |
# along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>. |
def get_inline_bg(filename): |
- png = 'background-image: url(/img/png/' + filename + '.png);' |
- svg = 'background-image: linear-gradient(transparent, transparent), url(/img/svg/' + filename + '.svg);' |
+ png = 'background-image: url(/dist/img/png/' + filename + '.png);' |
+ svg = 'background-image: linear-gradient(transparent, transparent), url(/dist/img/svg/' + filename + '.svg);' |
return png + svg |