|
@@ -2,6 +2,8 @@
|
|
|
<head>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
<meta name="format-detection" content="telephone=no, email=no"/>
|
|
|
+ <meta name="Keywords" content="{{.T.obj.keywords}}"/>
|
|
|
+ <meta name="Description" content="{{.T.obj.description}}"/>
|
|
|
<title>公告信息</title>
|
|
|
<link href="{{Msg "seo" "cdn"}}/css/bootstrap.min.css" rel="stylesheet">
|
|
|
<link href="{{Msg "seo" "cdn"}}/wxswordfish/style.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
@@ -73,7 +75,7 @@ body{
|
|
|
}
|
|
|
$("body").show();
|
|
|
/**/
|
|
|
- $(".content img").each(function() {
|
|
|
+ $(".content img").each(function() {
|
|
|
//var src=$(this).attr("src");
|
|
|
//var add = "http://wxws.qmx.top"
|
|
|
//$(this).attr("src",add+src);
|
|
@@ -83,4 +85,4 @@ body{
|
|
|
</script>
|
|
|
{{include "/common/baiducc.html"}}
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|