6
6
< h2 > Putting Dorset on the digital map. < a href ="/join/ "> < strong > Join us.</ strong > </ a > </ h2 >
7
7
</ div >
8
8
< div id ="blogs ">
9
- < h2 > Blogs < a href ="/feeds/categories/Blogs "> < img src ="/ images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
9
+ < h2 > Blogs < a href ="/feeds/categories/Blogs "> < img src ="{{ STATIC_URL }} images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
10
10
< p > To have your blog listed here, email
< a href ="
mailto:[email protected] "
> [email protected] </ a > </ p >
11
11
{% for item in blogitems %}
12
12
< h3 > < a href ="{{ item.link }} "> {{ item.title }}</ a > </ h3 >
@@ -16,7 +16,7 @@ <h4><a href="{{ item.feed.link }}">{{ item.feed }}</a></h4>
16
16
</ div >
17
17
18
18
< div id ="events ">
19
- < h2 > Events < a href ="/feeds/categories/Events "> < img src ="/ images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
19
+ < h2 > Events < a href ="/feeds/categories/Events "> < img src ="{{ STATIC_URL }} images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
20
20
< p > To get your Dorset events listed here, add them to the < a href ="http://upcoming.yahoo.com/group/4604/ "> Dorset Web Group</ a > on upcoming.</ p >
21
21
{% for item in eventitems %}
22
22
< h3 > < a href ="{{ item.link }} "> {{ item.title }}</ a > </ h3 >
@@ -28,7 +28,7 @@ <h3><a href="{{ item.link }}">{{ item.title }}</a></h3>
28
28
29
29
30
30
< div id ="jobs ">
31
- < h2 > Jobs < a href ="/feeds/categories/Jobs "> < img src ="/ images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
31
+ < h2 > Jobs < a href ="/feeds/categories/Jobs "> < img src ="{{ STATIC_URL }} images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
32
32
< p > If you're a web company based in Dorset, and have have an RSS feed for your jobs, email
< a href ="
mailto:[email protected] "
> [email protected] </ a > to get listed here for
< strong > free !
</ strong > </ p >
33
33
{% for item in jobitems %}
34
34
< h3 > < a href ="{{ item.link }} "> {{ item.title }}</ a > </ h3 >
@@ -47,7 +47,7 @@ <h3><a href="{{ item.link }}">{{ item.title }}</a></h3>
47
47
</ div >
48
48
49
49
< div id ="twitter ">
50
- < h2 > < a href ="http://twitter.com/dotdorset "> Twitter</ a > < a href ="/feeds/categories/Twitter "> < img src ="/ images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
50
+ < h2 > < a href ="http://twitter.com/dotdorset "> Twitter</ a > < a href ="/feeds/categories/Twitter "> < img src ="{{ STATIC_URL }} images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
51
51
< p > Follow < a href ="http://twitter.com/dotdorset "> < strong > @dotdorset</ strong > </ a > if you want to appear here !</ p >
52
52
{% for item in twitteritems %}
53
53
< div class ="content{% cycle '' ' even' %} ">
@@ -61,7 +61,7 @@ <h2><a href="http://twitter.com/dotdorset">Twitter</a> <a href="/feeds/categorie
61
61
</ div >
62
62
63
63
< div id ="mailinglist ">
64
- < h2 > < a href ="http://groups.google.com/group/dotdorset "> Mailing List</ a > < a href ="http://groups.google.com/group/dotdorset/feed/rss_v2_0_msgs.xml "> < img src ="/ images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
64
+ < h2 > < a href ="http://groups.google.com/group/dotdorset "> Mailing List</ a > < a href ="http://groups.google.com/group/dotdorset/feed/rss_v2_0_msgs.xml "> < img src ="{{ STATIC_URL }} images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
65
65
< p > To subscribe to the mailing list, either
< a href ="
http://groups.google.com/group/dotdorset "
> < strong > join the google group
</ strong > </ a > or email
< a href ="
mailto:[email protected] "
> < strong > [email protected] </ strong > </ a > .
</ p >
66
66
{% for item in mlitems %}
67
67
< h3 > < a href ="{{ item.link }} "> {{ item.title }}</ a > </ h3 >
@@ -75,7 +75,7 @@ <h3><a href="{{ item.link }}">{{ item.title }}</a></h3>
75
75
{% endfor %}
76
76
</ div >
77
77
< div id ="bookmarks ">
78
- < h2 > Bookmarks < a href ="/feeds/categories/Bookmarks "> < img src ="/ images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
78
+ < h2 > Bookmarks < a href ="/feeds/categories/Bookmarks "> < img src ="{{ STATIC_URL }} images/feed.png " alt ="RSS Feed " /> </ a > </ h2 >
79
79
< p > To have your bookmarks listed here, email
< a href ="
mailto:[email protected] "
> [email protected] </ a > </ p >
80
80
{% for item in bookmarkitems %}
81
81
< div class ="content{% cycle '' ' even' %} ">
0 commit comments